core: Remove empty bessel mod
This commit is contained in:
parent
e8f7bb0db1
commit
87d72303ad
2 changed files with 0 additions and 12 deletions
|
@ -1,10 +0,0 @@
|
||||||
// PORT import module that is based on cmath::c_double here
|
|
||||||
// (cant do better via libm; bessel functions only exist for c_double)
|
|
||||||
|
|
||||||
// code that wants to use bessel functions should use
|
|
||||||
// values of type bessel::t and cast from/to float/f32/f64
|
|
||||||
// when working with them at the peril of precision loss
|
|
||||||
// for platform neutrality
|
|
||||||
|
|
||||||
import f64::*;
|
|
||||||
|
|
|
@ -34,7 +34,6 @@ export either, option, result, iter;
|
||||||
export libc, os, ctypes, sys, unsafe, logging;
|
export libc, os, ctypes, sys, unsafe, logging;
|
||||||
export comm, task, future;
|
export comm, task, future;
|
||||||
export extfmt;
|
export extfmt;
|
||||||
export bessel;
|
|
||||||
export tuple;
|
export tuple;
|
||||||
export to_str;
|
export to_str;
|
||||||
|
|
||||||
|
@ -43,7 +42,6 @@ export to_str;
|
||||||
mod box;
|
mod box;
|
||||||
mod char;
|
mod char;
|
||||||
mod float;
|
mod float;
|
||||||
mod bessel;
|
|
||||||
mod f32;
|
mod f32;
|
||||||
mod f64;
|
mod f64;
|
||||||
mod int;
|
mod int;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue