Calculates the inverse hyperbolic
cosine of a value.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Complex Acosh(
Complex x
)
Public Shared Function Acosh (
x As Complex
) As Complex
public:
static Complex Acosh(
Complex x
)
static member Acosh :
x : Complex -> Complex
Parameters
- x
- Type: AGI.Foundation.CoordinatesComplex
Return Value
Type:
ComplexSee Also