Decimal arithmetic
Copyright (c) IBM Corporation, 2000. All rights reserved. © | 11 Jan 2000 |
[previous | contents | next] |
Constructs a MathContext object which has its digits property set to the value of the first parameter, its form property set to SCIENTIFIC, its lostDigits property set to false, and its roundingMode property set to ROUND_HALF_UP.
Constructs a MathContext object which has its digits property set to the value of the first parameter, its form property set to the value of the second parameter, its lostDigits property set to false, and its roundingMode property set to ROUND_HALF_UP.
Constructs a MathContext object which has its digits property set to the value of the first parameter, its form property set to the value of the second parameter, its lostDigits property set to the value of the third parameter, and its roundingMode property set to ROUND_HALF_UP.
Constructs a MathContext object which has its digits property set to the value of the first parameter, its form property set to the value of the second parameter, its lostDigits property set to the value of the third parameter, and its roundingMode property set to the value of the fourth parameter.