Returns the angle (in radians) whose hyperbolic sine is the specified number.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxpublic static double Asinh(
double d
)
Parameters
- d Double
- Hyperbolic sine value.
Return Value
DoubleAngle (in radians).
Remarks
See Also