Index
Math

tan

tan (PI) ->tangent

Description

Calculates the tangent of the input angle.

Examples

trace(tan(PI)) #prints 0

Index