Method ILog10
ILog10(BigRational)
Gets the integer base 10 logarithm of a BigRational number.
Declaration
public static int ILog10(BigRational a)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | a | A BigRational number as value. |
Returns
| Type | Description |
|---|---|
| System.Int32 | The integer base 10 logarithm of the BigRational number. |
Remarks
The integer base 10 logarithm is identical with the exponent in the scientific notation of the number.
eg. 3 for 1000 (1E+03) or -3 for 0.00123 (1.23E-03)