DAX Function Guide
TANH
Sam McKay
CEO & Founder
How does the TANH work?
TANH Formula Syntax
TANH(
number
)
How do you use the TANH?
This function will calculate the hyperbolic tangent (tanh) of a supplied number.
Related Blog Posts
Loading
Considerations when using the TANH?
- The function returns the #VALUE! Error, if the argument to the function is non numeric.
- The input number is the angle in radians.
- If you want the result in degrees, multiply the result by 180/PI ().
- If the argument provided is in degrees, first multiply the number in degrees by PI ()/180 to convert it into radians.
Related Video Tutorials
Loading
Formula examples using the TANH
=TANH(-2)
=TANH(0)
=TANH(0.5)
Related Courses
Loading