Difference between revisions of "Tan"
From Mesham
Jump to navigationJump to searchm |
m (5 revisions imported) |
||
| (One intermediate revision by the same user not shown) | |||
| 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'' | ||