pub fn sqr<T: Float, V: FloatOps<T> + Base<T>>(a: V) -> V
returns value a squared (raised to the power 2)
a