Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-02 | Add math:fmod/2 BIF | Guilherme Andrade | |
Returns the (floating point) remainder of first argument divided by second argument. | |||
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). | |||
2016-06-13 | Update STDLIB documentation | Björn Gustavsson | |
Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson and Hans Bolinder. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2015-11-04 | [stdlib] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-01-14 | Add math:log2/1 | Olivier Girondel | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2012-01-27 | Move types and specs from erl_bif_types.erl to modules | Hans Bolinder | |
2011-05-12 | r | Hans Bolinder | |
Use Erlang specs and types for documentation | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |