pub(crate) const TEN: f32 = 10.0;
need this constant because the compiler had a problem with the syntax 10.0.pow()
10.0.pow()