Rust [edit]. Translation of: C. extern crate num; use num::complex::Complex; use std::f64::consts::PI; const I: Complex<f64> = Complex { re: 0.0, ...
確定! 回上一頁