commit
d6bca2476e
12
src/lib.rs
12
src/lib.rs
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue