Double

The Double Type module provides tools for handling double-precision numeric values in Nelson.

It enables conversion to double precision and offers access to key numeric limits, supporting high-accuracy computations and reliable handling of large or small floating-point numbers in mathematical and scientific applications.

Functions

  • double - Converts a variable to double precision type.

  • flintmax - Largest consecutive integer in floating-point format.

  • realmax - Largest positive floating-point number.

  • realmin - Smallest positive floating-point number.

Last updated

Was this helpful?