Tan

Returns the tangent of an angle that is entered in radians.

Method Signature

Tan(number=[numeric])

Arguments

Argument
Type
Required
Description
Default

number

numeric

true

The angle in radians to calculate the tangent of

Examples

Tangent of 0.3

Run Example

tan( .3 );

Result: 0.309336249609623215277756009824263

Additional Examples

<bx:output>#tan( 90 )#</bx:output>

Last updated

Was this helpful?