This tan(d) function will find the tangent of the value or variable d passed to it.
#include <maths> function void main() { var a:=tan(0.05); var y:=tan(a); };
Since: Version 0.41b