Module : lang.decimal
Module Overview
This module provides lang library operations on decimal
values defined by the language specification 2019R3.
abs | IEEE abs operation. |
ceiling | Rounds a decimal up to the closest integral value. |
floor | Rounds a decimal down to the closest integral value. |
fromString | Return the decimal value represented by
|
max | Maximum of one or more decimal values. |
min | Minimum of one or more decimal values |
round | Round a decimal to the closest integral value.
Returns the decimal value that is a mathematical integer and closest to |
sum | Sum of zero or more decimal values. |