LLJS icon indicating copy to clipboard operation
LLJS copied to clipboard

Double literals are treated as integers

Open evanw opened this issue 12 years ago • 0 comments

1 / 3 compiles as 1 / 3 | 0 as expected, but I would expect 1.0 / 3.0 to be 1 / 3 not 0.

evanw avatar Mar 31 '13 18:03 evanw