Calculates the inverse hyperbolic
cosine of a value.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.Complex
Return Value
Type:
Complex
See Also