94
MySQL SIN() Function
The sin() is a Math function of MySQL. This function is used to get the sine value of the given number.
Syntax
Parameter:
number: It is the number for getting sine.
Return:
This function returns the sine value of the given number.
Example 1
Output:
Example 2
Output:
Next TopicMySQL Math