Should we support `deg2grad`? I see that [NumPy](https://numpy.org/doc/stable/reference/generated/numpy.deg2rad.html), [Torch](https://docs.pytorch.org/docs/2.13/generated/torch.deg2rad.html), [CuPy](https://docs.cupy.dev/en/stable/reference/generated/cupy.deg2rad.html), [Dask](https://docs.dask.org/en/stable/generated/dask.array.deg2rad.html) and [JAX](https://docs.jax.dev/en/latest/_autosummary/jax.numpy.deg2rad.html) all support it already. The question came up following @lucascolley's review [here](https://github.com/scipy/scipy/pull/25447#discussion_r3674969804)
Should we support
deg2grad?I see that NumPy, Torch, CuPy, Dask and JAX all support it already.
The question came up following @lucascolley's review here