Browse Source

Do not reexport complex functions

master
Ivan Ukhov 9 years ago
parent
commit
f0f2354363
  1. 2
      src/lib.rs

2
src/lib.rs

@ -18,5 +18,3 @@ macro_rules! power_of_two(
pub mod complex;
pub mod real;
pub use complex::{forward, inverse};
Loading…
Cancel
Save