simpeg.utils.coterminal#
- simpeg.utils.coterminal(theta)[source]#
Compute coterminal angle
For a set of angles defined in radians, this function outputs their coterminal angles. That is, for an angle
where:and N is an integer, the function returns the value of
. The coterminal angle is within the range .- Parameters:
- thetaarray_like
Input angles
- Returns:
numpy.ndarray
Coterminal angles