ReferenceFunctionsMath Functions
TAN
Returns the tangent of an angle in radians.
Summary
Returns the tangent of an angle in radians.
Remarks
- Input is interpreted as radians.
- Near odd multiples of
PI()/2, results can become very large.
Examples
Tangent at PI/4
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1
Tangent at zero
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0
Related functions
FAQ
Why does TAN explode near PI()/2?
Because COS approaches zero there, TAN can become extremely large in magnitude.
Runtime metadata
Category
Math
Signature
TAN(arg1: Number)Arity
min 1, max 1
Arguments
arg1Number · Scalar · coercion NumberLenientText
Caps
PUREELEMENTWISENUMERIC_ONLY
Source