Skip to content

.ToString("0.000000") fails #17

@IvoTops

Description

@IvoTops

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions