RAD_TO_DEG(A)
Returns degrees value based on the input radians
Float RAD_TO_DEG(Float A)
A - Float value (radians). If it is not of type float, it is implicitly converted to type float.
Degrees value based on the input radians
> PRINT RAD_TO_DEG(GET_PI())
180.000000