Returns the natural logarithm of 1 plus a number with the default accuracy.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Log1PlusX(
BigFloat value
)
Public Shared Function Log1PlusX (
value As BigFloat
) As BigFloat
public:
static BigFloat^ Log1PlusX(
BigFloat^ value
)
static member Log1PlusX :
value : BigFloat -> BigFloat
Parameters
- value
- Type: Extreme.MathematicsBigFloat
A BigFloat value.
Return Value
Type:
BigFloatThe natural logarithm of 1 +
value.
Reference