Tan (Function) — Skript
Addon: Skript · Category: Function
Syntax
tan(n: number) :: numberDescription
The tangent function. This is basically <code><a href='#sin'>sin</a>(arg)/<a href='#cos'>cos</a>(arg)</code>. Uses degrees, not radians.
Examples
tan(0) = 0
tan(45) = 1
tan(89.99) = 5729.5779