Returns the inverse hyperbolic cotangent of a real number.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static T Acoth(
T x
)
Public Shared Function Acoth (
x As T
) As T
public:
static T Acoth(
T x
)
static member Acoth :
x : 'T -> 'T
Parameters
- x
- Type: T
A real number.
Return Value
Type:
TThe inverse hyperbolic cotangent of
x.
Numerical Libraries
Supported in: 5.x, 4.x
Reference