Radians ======= Convert angles from degrees to radians. **Abstract Signature:** ``Radians(x: Array)`` .. raw:: html

PyTorch

API: torch.deg2rad
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.radians
Strategy: Direct Mapping

NumPy

API: numpy.radians
Strategy: Direct Mapping

Keras

API:
Strategy: Macro '{x} * 3.1415926535 / 180.0'

TensorFlow

API:
Strategy: Macro '{x} * 3.1415926535 / 180.0'

Apple MLX

API: mlx.core.radians
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.radians
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.radians
Strategy: Direct Mapping