Fortran.Max Exponent Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Max | Gets the largest possible exponent of a floating-point number. |
Max | Gets the largest possible exponent of a floating-point number. |
MaxExponent(Double)
Gets the largest possible exponent of a
floating-point number.
public static int MaxExponent(
double x
)
Parameters
- x Double
- A dummy real number.
Return Value
Int32Always returns 1024.
MaxExponent(Single)
Gets the largest possible exponent of a
floating-point number.
public static int MaxExponent(
float x
)
Parameters
- x Single
- A dummy real number.
Return Value
Int32Always returns 128.