mirror of
https://github.com/DanilaFe/abacus
synced 2025-02-05 11:39:04 -08:00
Change precision of NaiveNumber to 15.
This commit is contained in:
parent
356084ef61
commit
aae7e678dd
@ -29,7 +29,7 @@ public class NaiveNumber implements NumberInterface {
|
||||
|
||||
@Override
|
||||
public int precision() {
|
||||
return 10;
|
||||
return 15;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user