jax.numpy.degrees#
- jax.numpy.degrees(x, /)#
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