Uses of Class com.ibm.icu.math.MathContext

Uses in package com.ibm.icu.math

Fields of type com.ibm.icu.math.MathContext

MathContext
A MathContext object initialized to the default settings for general-purpose arithmetic.

Methods with parameter type com.ibm.icu.math.MathContext

BigDecimal
Returns a BigDecimal whose value is the absolute value of this BigDecimal.
BigDecimal
Returns a BigDecimal whose value is this+rhs.
int
Compares this BigDecimal to another.
BigDecimal
Returns a BigDecimal whose value is this/rhs.
BigDecimal
Returns a BigDecimal whose value is the integer part of this/rhs.
BigDecimal
Returns a BigDecimal whose value is the maximum of this and rhs.
BigDecimal
Returns a BigDecimal whose value is the minimum of this and rhs.
BigDecimal
Returns a BigDecimal whose value is this*rhs.
BigDecimal
Returns a BigDecimal whose value is -this.
BigDecimal
Returns a BigDecimal whose value is +this.
BigDecimal
Returns a BigDecimal whose value is this**rhs.
BigDecimal
Returns a BigDecimal whose value is the remainder of this/rhs.
BigDecimal
Returns a BigDecimal whose value is this-rhs.

Copyright (c) 2006 IBM Corporation and others.