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

PyTorch

API: torch.rad2deg
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.rad2deg
Strategy: Direct Mapping

NumPy

API: numpy.rad2deg
Strategy: Direct Mapping

Keras

API: keras.ops.convert_to_degrees
Strategy: Direct Mapping

TensorFlow

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

Apple MLX

API: mlx.core.degrees
Strategy: Direct Mapping