Converts radians back to degrees. Half of
PI
radians
1.5707963267948966
converted to degrees gives us
90
degrees.
PI
:
3.141592653589793
radians converted to degrees gives us
180
degrees.
SELECT
    DEGREES(1.5707963267948966),
    DEGREES(3.141592653589793)
by Valeri Tandilashvili
4 years ago
MySQL
Mathematical functions
Full MySQL Course for Beginners
0
Pro tip: use ```triple backticks around text``` to write in code fences