DAX Function Guide

TANH
Empty image or helper icon

Sam McKay

CEO & Founder

How does the TANH work?
The TANH function (DAX) returns the hyperbolic tangent of a number.
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?
  1. The function returns the #VALUE! Error, if the argument to the function is non numeric.
  2. The input number is the angle in radians.
  3. If you want the result in degrees, multiply the result by 180/PI ().
  4. 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