Method Abs
Abs(BigRational)
Gets the absolute value of a BigRational number.
Declaration
public static BigRational Abs(BigRational a)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | a | A BigRational number as value. |
Returns
| Type | Description |
|---|---|
| BigRational | The absolute value of the BigRational number. |