Numeric functions (Trigonometric)
Computes the tangent 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 TAN(0), TAN(PI()/3), TAN(RADIANS(90)); --------+-------------+----------------------+ TAN(0) | TAN(PI()/3) | TAN(RADIANS(90)) | --------+-------------+----------------------+ 0 | 1.732050808 | 1.63312393531954e+16 | --------+-------------+----------------------+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