mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-05 02:29:55 +01:00
`toFloat` internally converts into double and then truncates into a float, so why not add a method to return the double?
`toFloat` internally converts into double and then truncates into a float, so why not add a method to return the double?