Update lib.rs

pull/1/head
Able 2021-12-24 07:25:43 -06:00 committed by GitHub
parent 597110801c
commit ab8a053bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

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
}