Merge pull request #482 from ankane/gamma

This commit is contained in:
Amanieu d'Antras
2022-07-30 02:41:21 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -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(