Numeric functions (Trigonometric)
Converts degrees to radians.
Syntax¶ Examples¶Show the results of calling the RADIANS
function:
SELECT RADIANS(0), RADIANS(60), RADIANS(180), RADIANS(360), RADIANS(720); +------------+-------------+--------------+--------------+--------------+ | RADIANS(0) | RADIANS(60) | RADIANS(180) | RADIANS(360) | RADIANS(720) | |------------+-------------+--------------+--------------+--------------| | 0 | 1.047197551 | 3.141592654 | 6.283185307 | 12.566370614 | +------------+-------------+--------------+--------------+--------------+Copy
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4