use from_env;
const SHOULDA_EPSILON: f64 = 0.0001;
;
/// since only integers are stable as const generics, this accepts an integer that will be std::mem::transmuted to an f64 before being used
/// once const generic floats are stabilized this will change to const N: f64
;