pub fn cube<T: Float, V: FloatOps<T> + Base<T>>(a: V) -> V
returns value a cubed (raised to the power 3)
a