Click or drag to resize

UtilAcosh Method

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

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

Parameters

d  Double
Hyperbolic cosine value.

Return Value

Double
Angle (in radians).
Remarks
This is the inverse of Cosh(Double).
See Also