Rad2degΒΆ

Convert angles from radians to degrees.

Abstract Signature:

Rad2deg(x: Tensor)

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