Generic Extensions.Acsch<T> Method
Returns the inverse hyperbolic cosecant of a real number.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The inverse hyperbolic cosecant of value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static T Acsch<T>(
this IRealOperations<T> ops,
T value
)
Parameters
- ops IRealOperations<T>
- A IRealOperations<T> instance that performs basic arithmetic operations.
- value T
- A real number.
Type Parameters
- T
Return Value
TThe inverse hyperbolic cosecant of value.