Added tgamma and tgammaf
This commit is contained in:
parent
5e48419836
commit
89df6f6bc0
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ no_mangle! {
|
|||
fn tanhf(n: f32) -> f32;
|
||||
fn ldexp(f: f64, n: i32) -> f64;
|
||||
fn ldexpf(f: f32, n: i32) -> f32;
|
||||
fn tgamma(x: f64) -> f64;
|
||||
fn tgammaf(x: f32) -> f32;
|
||||
}
|
||||
|
||||
#[cfg(any(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue