Files
wren/test/number/constant_e.wren
T

6 lines
161 B
JavaScript
Raw Normal View History

// retoor <retoor@molodetz.nl>
System.print(Num.e > 2.718) // expect: true
System.print(Num.e < 2.719) // expect: true
System.print(1.log == 0) // expect: true