implement fmodf

This commit is contained in:
Jorge Aparicio
2018-07-12 03:07:28 -05:00
parent e591270bd3
commit 69f61b4149
3 changed files with 96 additions and 0 deletions

View File

@@ -225,6 +225,7 @@ f32_f32! {
// With signature `fn(f32, f32) -> f32`
f32f32_f32! {
fmodf,
powf,
}