diff --git a/src/math/jnf.rs b/src/math/jnf.rs index f758186..d417dfb 100644 --- a/src/math/jnf.rs +++ b/src/math/jnf.rs @@ -9,6 +9,6 @@ */ #[no_mangle] -pub extern "C" fn jn(n: i32, x: f32) -> f32 { +pub extern "C" fn jnf(n: i32, x: f32) -> f32 { libm::jnf(n, x) } \ No newline at end of file