Im trying to parse strings of coordinates using System.Single.Parse, but when the numbers are too low odd thing occur.
Example:
System.Single.Parse " 0.0001";;
val it : float32 = 9.99999975e-05f
Im trying to parse strings of coordinates using System.Single.Parse, but when the numbers are too low odd thing occur.
Example:
System.Single.Parse " 0.0001";;
val it : float32 = 9.99999975e-05f