ATANH: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
{{PageSeeAlso}} | {{PageSeeAlso}} | ||
* [[_D2G]] {{ | * [[_D2G]] {{Text|(degree to gradient}}, [[_D2R]] {{Text|(degree to radian)}} | ||
* [[_G2D]] {{ | * [[_G2D]] {{Text|(gradient to degree)}}, [[_G2R]] {{Text|(gradient to degree)}} | ||
* [[_R2D]] {{ | * [[_R2D]] {{Text|(radian to degree)}}, [[_R2G]] {{Text|(radian to gradient)}} | ||
* [[COS]] {{ | * [[COS]] {{Text|(cosine)}}, [[SIN]] {{Text|(sine)}}, [[TAN]] {{Text|(tangent)}} | ||
* [[_ACOS]] {{ | * [[_ACOS]] {{Text|(arc cosine)}}, [[_ASIN]] {{Text|(arc sine)}}, [[ATN]] {{Text|(arc tangent)}} | ||
* [[_ACOSH]] {{ | * [[_ACOSH]] {{Text|(arc hyperbolic cosine)}}, [[_ASINH]] {{Text|(arc hyperbolic sine)}} | ||
* [[_ATAN2]] {{ | * [[_ATAN2]] {{Text|(Compute arc tangent with two parameters)}} | ||
* [[_HYPOT]] {{ | * [[_HYPOT]] {{Text|(hypotenuse)}} | ||
*[[Mathematical Operations]] | *[[Mathematical Operations]] | ||
*[[Mathematical Operations#Derived_Mathematical_Functions|Derived Mathematical Functions]] | *[[Mathematical Operations#Derived_Mathematical_Functions|Derived Mathematical Functions]] |
Latest revision as of 22:13, 11 February 2023
The _ATANH returns the arc hyperbolic tangent of x!, expressed in radians.
Syntax
- return_value! = _ATANH(x!)
See also
- _D2G (degree to gradient, _D2R (degree to radian)
- _G2D (gradient to degree), _G2R (gradient to degree)
- _R2D (radian to degree), _R2G (radian to gradient)
- COS (cosine), SIN (sine), TAN (tangent)
- _ACOS (arc cosine), _ASIN (arc sine), ATN (arc tangent)
- _ACOSH (arc hyperbolic cosine), _ASINH (arc hyperbolic sine)
- _ATAN2 (Compute arc tangent with two parameters)
- _HYPOT (hypotenuse)
- Mathematical Operations
- Derived Mathematical Functions