Returns the logarithm of 1 plus the argument.
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public static T Log1PlusX(
T x
)
|
| Visual Basic (Declaration) |
Public Shared Function Log1PlusX ( _
x As T _
) As T
|
| Visual C++ |
public:
static T Log1PlusX(
T x
)
|
| F# |
static member Log1PlusX :
x:'T -> 'T
|
Parameters
-
x
- Type: T
A real number greater than
-1.
Return Value
The logarithm of 1 plus
x.
Remarks
Exceptions
See Also