Returns the natural (base e) logarithm of a specified number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Quad Log(
Quad value
)
Public Shared Function Log (
value As Quad
) As Quad
public:
static Quad Log(
Quad value
)
static member Log :
value : Quad -> Quad
Parameters
- value
- Type: Extreme.MathematicsQuad
A number whose logarithm is to be found.
Return Value
Type:
Quad
One of the values in the following table. value parameterReturn value Positive
The natural logarithm of
value; that is, ln value, or log edZero System.Double.NegativeInfinityNegative
System.Double.NaNEqual to System.Double.NaNSystem.Double.NaNEqual to System.Double.PositiveInfinitySystem.Double.PositiveInfinity
Reference