jax.numpy.rad2deg

Contents

jax.numpy.rad2deg#

jax.numpy.rad2deg(x, /)[source]#

Convert angles from radians to degrees.

LAX-backend implementation of numpy.rad2deg().

Original docstring below.

Parameters:

x (array_like) – Angle in radians.

Returns:

y – The corresponding angle in degrees. This is a scalar if x is a scalar.

Return type:

ndarray