mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +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.