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