Difference between revisions of "Tan"
From Mesham
Jump to navigationJump to searchm |
|||
Line 10: | Line 10: | ||
#include <maths> | #include <maths> | ||
− | var a:=tan(0.05); | + | |
− | + | function void main() { | |
+ | var a:=tan(0.05); | ||
+ | var y:=tan(a); | ||
+ | }; | ||
''Since: Version 0.41b'' | ''Since: Version 0.41b'' |