mirror of
https://github.com/google/blockly.git
synced 2026-02-01 13:10:22 +01:00
Number() is a bit less forgiving than parseFloat() and is more likely to generate NaN rather than some random number. An audit of each case shows nowhere that parseFloat()’s features are needed.