parseFloat() currently has some problems with precision and errors:
Given how much effort would be required to write a really good parseFloat(), especially one that is cross-platform, I suggest (at least for now) we replace the current implementation with native implementations that delegate to platform apis.