1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-02-20 04:35:20 +00:00

Increase precision of NaiveNumber to 18.

This commit is contained in:
Arthur Drobot
2017-07-27 10:32:09 -07:00
parent 3e52a9d645
commit ea5a7a9558

View File

@@ -29,7 +29,7 @@ public class NaiveNumber implements NumberInterface {
@Override @Override
public int precision() { public int precision() {
return 15; return 18;
} }
@Override @Override