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 Tag: Manual revert |
No edit summary |
||
Line 17: | Line 17: | ||
* [[_HYPOT]] {{text|(hypotenuse)}} | * [[_HYPOT]] {{text|(hypotenuse)}} | ||
*[[Mathematical Operations]] | *[[Mathematical Operations]] | ||
*[[ | *[[Mathematical Operations#Derived_Mathematical_Functions|Derived Mathematical Functions]] | ||
{{PageNavigation}} | {{PageNavigation}} |
Revision as of 01:39, 24 January 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