-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi Takuma,
Testing your library at the moment because I needed a higher precision float in c# which is faster than the decimal. Looking good so far, but somehow I get a System.FormatException doing
ddouble x = 1;
var s= x.ToString("0.0");
while
ddouble x = 1;
var s= x.ToString();
works.
Replacing all the decimal math with ddouble worked fine, but all the logging broke ;-)
If you have no time just let me know and I will look into it myself.
Kind regards,
Ivo Tops
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels