Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
Convert angles from radians to degrees.
LAX-backend implementation of rad2deg().
rad2deg()
Original docstring below.
x (array_like) – Angle in radians.
y – The corresponding angle in degrees. This is a scalar if x is a scalar.
ndarray