WString: add `toDouble`
`toFloat` internally converts into double and then truncates into a float, so why not add a method to return the double?
Showing
Please register or sign in to comment
`toFloat` internally converts into double and then truncates into a float, so why not add a method to return the double?