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