Alternative to double imprecision in Dart

Viewed 35

I made a calculator with Flutter, but I forgot to consider the problem with doubles. Is there any way to keep precision without using toStringAsFixed() with a low argument? I would like to keep at least 10 decimal points and 'perfect' precision. I'm using the Math_expressions package

0 Answers
Related