Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-05 | Add math:floor/1 and math:ceil/1 | Björn Gustavsson | |
Add math:floor/1 and math:ceil/1 to avoid unnecessary conversions in floating point expressions. That is, instead of having to write float(floor(X)) as part of a floating point expressions, we can write simply math:floor(X). |