Skip to content

Commit cdd580b

Browse files
committed
Add num-complex
1 parent 895901e commit cdd580b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/types.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#![allow(non_camel_case_types)]
21

32
use num_complex::Complex;
43

5-
pub type c64 = Complex<f64>;
6-
pub type c32 = Complex<f32>;
4+
pub use num_comlex::Complex32 as c32;
5+
pub use num_comlex::Complex64 as c64;

0 commit comments

Comments
 (0)