Rad2Deg
- Parameters
-
radians real
The radian value to be converted.
- comment
Converts a radian value into its degree equivalent.
- pure
- This function is pure. For the same values passed to it, it will always return the same value.
- return type
real
- Source code
native Rad2Deg takes real radians returns real
- Source
- math.j
- wc3modding.com
- Rad2Deg