Skip to content

Commit 318de34

Browse files
authored
Merge pull request #482 from ankane/gamma
2 parents 83b2c07 + f7dd729 commit 318de34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

libm

src/math.rs

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ no_mangle! {
6363
fn tanhf(n: f32) -> f32;
6464
fn ldexp(f: f64, n: i32) -> f64;
6565
fn ldexpf(f: f32, n: i32) -> f32;
66+
fn tgamma(x: f64) -> f64;
67+
fn tgammaf(x: f32) -> f32;
6668
}
6769

6870
#[cfg(any(

0 commit comments

Comments
 (0)