Returns the natural logarithm of 1 plus a number with the default accuracy.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference