These two functions are opposite to each other.
180
degrees converted to radians gives us
PI
:
3.141592653589793
PI
:
3.141592653589793
radians converted to degrees gives us
180
degrees.
SELECT
    RADIANS(180),
    DEGREES(3.141592653589793)
by Valeri Tandilashvili
4 years ago
MySQL
Mathematical functions
Full MySQL Course for Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences