Method LogP1
LogP1(BigRational)
Computes the natural (base-E) logarithm of a value plus one.
Declaration
public static BigRational LogP1(BigRational x)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | x | The value to which one is added before computing the natural logarithm. |
Returns
| Type | Description |
|---|---|
| BigRational |
|
Remarks
Part of the new NET 7 number type system see System.Numerics.ILogarithmicFunctions`1.LogP1(`0).
The desired precision can preset by MaxDigits