Returns the angle (in radians) whose hyperbolic tangent is the specified number.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic static double Atanh(
double d
)
Parameters
- d
- Type: SystemDouble
Hyperbolic tangent value.
Return Value
Type:
DoubleAngle (in radians).
Remarks
See Also