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