pub fn matrix_atan2(a: &Matrix, b: &Matrix) -> Result<Matrix>
Calculates arctangent function for the a matrix elements and the b matrix elements.
a
b