mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-06 23:55:19 +00:00
Increase precision of NaiveNumber to 18.
This commit is contained in:
@@ -29,7 +29,7 @@ public class NaiveNumber implements NumberInterface {
|
||||
|
||||
@Override
|
||||
public int precision() {
|
||||
return 15;
|
||||
return 18;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user