Fill in some more mathematical functions.

This commit is contained in:
Bob Nystrom
2014-01-08 07:47:14 -08:00
parent 9645ddcb26
commit a8b51f6c8b
9 changed files with 72 additions and 10 deletions
-2
View File
@@ -1,4 +1,2 @@
IO.print(5 * 3) // expect: 15
IO.print(12.34 * 0.3) // expect: 3.702
// TODO: Unsupported RHS types.