Click or drag to resize

UtilAsinh Method

Returns the angle (in radians) whose hyperbolic sine is the specified number.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static double Asinh(
	double d
)

Parameters

d
Type: SystemDouble
Hyperbolic sine value.

Return Value

Type: Double
Angle (in radians).
Remarks
This is the inverse of Sinh(Double).
See Also