mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-17 16:09:32 -08:00
Increase precision of NaiveNumber to 18.
This commit is contained in:
parent
ea648b38e7
commit
c15b737738
|
@ -29,7 +29,7 @@ public class NaiveNumber implements NumberInterface {
|
|||
|
||||
@Override
|
||||
public int precision() {
|
||||
return 15;
|
||||
return 18;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user