aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_math.c
AgeCommit message (Collapse)Author
2016-11-02Add math:fmod/2 BIFGuilherme Andrade
Returns the (floating point) remainder of first argument divided by second argument.
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).
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-01-14Add math:log2/1Olivier Girondel
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP