Skip to main content

matrix_atan2

Function matrix_atan2 

Source
pub fn matrix_atan2(a: &Matrix, b: &Matrix) -> Result<Matrix>
Expand description

Calculates arctangent function for the a matrix elements and the b matrix elements.