diff options
author | Björn Gustavsson <[email protected]> | 2016-11-03 09:58:32 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-11-03 09:58:32 +0100 |
commit | 214aba4561eb09020379cb4d7da7e6fffe2873ab (patch) | |
tree | b02f066ce3ebb5e055c3bc60454b51291f25f08a /erts/emulator/beam/bif.tab | |
parent | 38e1f98a0a4729357c3669a5c5e2f93ad5ab1d90 (diff) | |
parent | 39d08368a04aa0459390ac070f3570e10cffe219 (diff) | |
download | otp-214aba4561eb09020379cb4d7da7e6fffe2873ab.tar.gz otp-214aba4561eb09020379cb4d7da7e6fffe2873ab.tar.bz2 otp-214aba4561eb09020379cb4d7da7e6fffe2873ab.zip |
Merge branch 'gandrade/fmod/PR-1216/OTP-14000'
* gandrade/fmod/PR-1216/OTP-14000:
Add test cases for math:fmod/2 BIF
Support math:fmod/2 BIF on compiler
Add math:fmod/2 BIF
Diffstat (limited to 'erts/emulator/beam/bif.tab')
-rw-r--r-- | erts/emulator/beam/bif.tab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/bif.tab b/erts/emulator/beam/bif.tab index 852b1135fe..32600f4338 100644 --- a/erts/emulator/beam/bif.tab +++ b/erts/emulator/beam/bif.tab @@ -667,6 +667,7 @@ gcbif erlang:floor/1 gcbif erlang:ceil/1 bif math:floor/1 bif math:ceil/1 +bif math:fmod/2 # # Obsolete |