We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8dd652 + aec945a commit 14320f2Copy full SHA for 14320f2
src/math.rs
@@ -64,6 +64,7 @@ no_mangle! {
64
fn cbrtf(n: f32) -> f32;
65
fn coshf(n: f32) -> f32;
66
fn expm1f(n: f32) -> f32;
67
+ fn fdim(a: f64, b: f64) -> f64;
68
fn fdimf(a: f32, b: f32) -> f32;
69
fn hypotf(x: f32, y: f32) -> f32;
70
fn log1pf(n: f32) -> f32;
0 commit comments