Gets a delegate that returns
the inverse hyperbolic tangent of a real number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Func<T, T> Atanh { get; }
Public Shared ReadOnly Property Atanh As Func(Of T, T)
Get
public:
static property Func<T, T>^ Atanh {
Func<T, T>^ get ();
}
static member Atanh : Func<'T, 'T> with get
Property Value
Type:
FuncT,
T
Reference