Espruino/tests/test_number_tostring.js
2017-10-06 11:59:17 +01:00

3 lines
54 B
JavaScript

r = 1.9999999.toString();
result = r == "1.9999999";