aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/math_SUITE.erl
AgeCommit message (Collapse)Author
2016-09-05Add math:floor/1 and math:ceil/1Bjö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).