Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 393 Bytes

tan.adoc

File metadata and controls

34 lines (27 loc) · 393 Bytes

tan()

Important

Deprecated in 5.0.

Please use [func-math-tan] instead.

tan(x) => Float

Calculates tangent x

Table 1. Parameters

x

Float

Angle in radian

Return

Result of tangent for this angle

Example
print(tan(0.5)); //will print 0.546302