Add .log to Num

This commit is contained in:
underscorediscovery
2016-10-31 17:22:32 -02:30
parent 955e92761d
commit a2868913c5
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
System.print(3.log) // expect: 1.0986122886681
System.print(100.log) // expect: 4.6051701859881
System.print((-1).log) // expect: nan