pub fn atan2<T: Float, V: FloatOps<T>>(y: V, x: V) -> V
returns the arc-tangent of v where the value v is in radians
v