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
@@ -6,5 +6,3 @@ IO.print(3 - 2 - 1) // expect: 0
// Unary negation.
var a = 3
IO.print(-a) // expect: -3
// TODO: Unsupported RHS types.