MySQL RADIANS Function

Example

Convert a degree value into radians:

SELECT RADIANS(180);

Definition and Usage

The RADIANS() function converts a degree value into radians.

Continue reading MySQL RADIANS Function