We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ad246 commit ffc242aCopy full SHA for ffc242a
src/math.rs
@@ -67,6 +67,8 @@ no_mangle! {
67
fn ldexpf(f: f32, n: i32) -> f32;
68
fn tgamma(x: f64) -> f64;
69
fn tgammaf(x: f32) -> f32;
70
+ fn lgamma_r(x: f64) -> (f64, i32);
71
+ fn lgammaf_r(x: f32) -> (f32, i32);
72
fn atan(x: f64) -> f64;
73
fn atan2(x: f64, y: f64) -> f64;
74
fn cosh(x: f64) -> f64;
0 commit comments