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