TAN / TANGENT
Calculates the tangent, using the specified angle in radians.
Syntax
=TAN(angle)
=TANGENT(angle)
Arguments
Argument | Type | Description |
---|---|---|
angle | Number | The angle in radians |
Examples
=TAN(PI / 4)
→1
Calculates the tangent of PI / 4
=TANGENT(0)
→0
Calculates the tangent of 0
=TAN(@"Property 1")
→0.51792747158565518313
Calculates the tangent of the shape data property @"Property 1" (123)
Updated 3 months ago