pub fn ceil<T: Float, V: FloatOps<T>>(a: V) -> V
returns the ceil’d value of a (round up to nearest integer)
a