96
MySQL RADIANS() Function
The radians() is a Math function of MySQL. This function is used to convert the given degrees to radians.
Syntax
Parameter:
number: It is the number to be converted into radian
Example 1
Output:
Example 2
Output:
Next TopicMySQL Math