Module : lang.decimal
Module Overview
This module provides lang library operations on decimal
values defined by the language specification 2019R2.
abs | IEEE abs operation. |
ceiling | Smallest (closest to -∞) floating point value not less than |
floor | Largest (closest to +∞) floating point value not greater than |
fromString | Return the decimal value represented by
|
max | Maximum of all the arguments. |
min | Minimum of all the arguments. |
round | Floating point value that is a mathematical integer and closest to |
sum | Sum of all the arguments. 0 if no args. |