Implement fmod and tweak fmodf

This commit is contained in:
Joseph Ryan
2018-07-13 23:15:36 -05:00
parent 56e1b0d52b
commit a749e176b1
4 changed files with 91 additions and 31 deletions

View File

@@ -724,7 +724,7 @@ f64_f64! {
f64f64_f64! {
// atan2,
// fdim,
// fmod,
fmod,
hypot,
// pow,
}