Last updated 19 days ago
Was this helpful?
Returns the tangent of an angle that is entered in radians.
Tan(number=[numeric])
number
numeric
true
The angle in radians to calculate the tangent of
tan( .3 );
Result: 0.309336249609623215277756009824263
<bx:output>#tan( 90 )#</bx:output>