Simple string-to-float conversion
I coudn't find a function to convert string to real, so this is my (very simple) attempt. It converts a given string to float (how to make it RR32?).
Loading...
We can use this function to convert string corresponding to number written in scientific notation to float:
Loading...

