mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-15 19:35:20 +00:00
Adjust unit tests. Set the number of significant figures in the output to 50.
This commit is contained in:
@@ -30,7 +30,7 @@ public class PreciseNumber extends NumberInterface {
|
||||
/**
|
||||
* MathContext that is used when rounding a number prior to output.
|
||||
*/
|
||||
private static MathContext outputContext = new MathContext(30);
|
||||
private static MathContext outputContext = new MathContext(50);
|
||||
|
||||
/**
|
||||
* MathContext that is actually used in calculations.
|
||||
|
||||
Reference in New Issue
Block a user