Merge pull request #482 from ankane/gamma
This commit is contained in:
Submodule library/compiler-builtins/libm updated: 1f7b8eb61c...add735e30d
@@ -63,6 +63,8 @@ no_mangle! {
|
|||||||
fn tanhf(n: f32) -> f32;
|
fn tanhf(n: f32) -> f32;
|
||||||
fn ldexp(f: f64, n: i32) -> f64;
|
fn ldexp(f: f64, n: i32) -> f64;
|
||||||
fn ldexpf(f: f32, n: i32) -> f32;
|
fn ldexpf(f: f32, n: i32) -> f32;
|
||||||
|
fn tgamma(x: f64) -> f64;
|
||||||
|
fn tgammaf(x: f32) -> f32;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(any(
|
#[cfg(any(
|
||||||
|
|||||||
Reference in New Issue
Block a user