mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 15:33:53 +00:00
core: Remove empty bessel mod
This commit is contained in:
parent
e8f7bb0db1
commit
87d72303ad
@ -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 comm, task, future;
|
||||
export extfmt;
|
||||
export bessel;
|
||||
export tuple;
|
||||
export to_str;
|
||||
|
||||
@ -43,7 +42,6 @@ export to_str;
|
||||
mod box;
|
||||
mod char;
|
||||
mod float;
|
||||
mod bessel;
|
||||
mod f32;
|
||||
mod f64;
|
||||
mod int;
|
||||
|
Loading…
Reference in New Issue
Block a user