aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/math.erl
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
2013-10-16Spec for atan2 should be atan2(Y, X), not atan2(X, Y)Ary Borenszweig
2012-01-27Move types and specs from erl_bif_types.erl to modulesHans Bolinder
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP