Numeric functions (Trigonometric)
Computes the sine of its argument; the argument should be expressed in radians.
Syntax¶ Arguments¶real_expr
This expression should evaluate to a real number. The value should be in radians, not degrees.
SELECT SIN(0), SIN(PI()/3), SIN(RADIANS(90)); --------+--------------+------------------+ SIN(0) | SIN(PI()/3) | SIN(RADIANS(90)) | --------+--------------+------------------+ 0 | 0.8660254038 | 1 | --------+--------------+------------------+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