MySQL DEGREES() Function
Definition and Usage
The DEGREES() function converts a radian value into degrees.
Note: See also the RADIANS() and PI() functions.
Syntax
DEGREES(number)
Parameter Values
Parameter | Description |
---|---|
number | Required. A numeric value |
Technical Details
Works in: | MySQL 5.7, MySQL 5.6, MySQL 5.5, MySQL 5.1, MySQL 5.0, MySQL 4.1, MySQL 4.0, MySQL 3.23 |
---|