1 2 3 4 5 6
use std; use core::types::*; pub const ONE: Real = 1.0; pub const ZERO: Real = 0.0; pub const PI: Real = std::f64::consts::PI;