pub fn atan2<T>(
    arr_1: &PrimitiveArray<T>,
    arr_2: &PrimitiveArray<T>
) -> PrimitiveArray<T>
where T: Float + NativeType,