Update lib.rs

This commit is contained in:
Able 2021-12-24 07:25:43 -06:00 committed by GitHub
parent 1e9c8015ca
commit d95eedc292

View file

@ -123,4 +123,14 @@ pub mod math {
pub mod y1f;
pub mod yn;
pub mod ynf;
}
}
// FIXME: Scuffed
#[no_mangle]
extern "C" fn __truncdfsf2(_x: f64) -> f32 {
0.0
}