@@ -12,4 +12,10 @@ Print f1 / f2
Print (f1 / f2)
Print f1 / (f2)
-
+'funny... 2^2 gets converted to a long?!!
+Print 2^2
+'sqrt
+Print 4^(0.5)
+'same like writing 1 / (2^2)
+Print 2^-2
+Print 10 mod 2
@@ -4,3 +4,7 @@
0.0581395365
+4.0000000000000000
+2.0000000000000000
+0.25000000000000000
+0