Element-wise Functions

angle

Return the angle of the complex argument.

apply_where

Run one of two elementwise functions depending on a condition.

deg2rad

Convert angles from degrees to radians.

isclose

Return a boolean array where two arrays are element-wise equal within a tolerance.

nan_to_num

Replace NaN with zero and infinity with large finite numbers (default behaviour).

rad2deg

Convert angles from radians to degrees.

sinc

Return the normalized sinc function.