Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. use num_complex::Complex32;
  2.  
  3. const NUMBER: Complex32 = Complex32 { re: 1.0, im: 1.0 };
  4.  
  5. fn main() {
  6. println!("{}", NUMBER);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement