1
0
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:
Arthur Drobot
2017-08-08 09:27:10 -07:00
parent 68fbcd2d7c
commit 4cf4ba98a8
2 changed files with 3 additions and 3 deletions

View File

@@ -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.