Google Sheets
TAN function in Google Sheets
Returns the tangent of an angle provided in radians.
=TAN(angle)TAN syntax and parameters
One argument, one required.
- anglenumberRequired
The angle to find the tangent of, in radians.
TAN examples
Formulas you'll actually reuse.
Tangent of 45° — convert degrees first, trig functions take radians:
=TAN(RADIANS(45))Result
1Tangent of PI()/3 radians:
=TAN(PI()/3)Result
1.7321
TAN in Excel
Same name — your formula ports as-is.
Try TAN in the playground
Edit the example — nothing to install.
Preloaded with the TAN formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel