The following is a list of functions in the category double
| Function | Description |
| double | Converts value to data type double returning double result. |
| is_NaN | Checks if the argument 'number' is not a number(NaN) and returns the boolean result. |
| is_finite | Checks if the argument 'number' is finite and returns the boolean result. |