Java org.apache.commons.math3.dfp Dfp fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.dfp Dfp fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.dfp Dfp.

The text is from its open source code.

Method

Dfpadd(final Dfp x)
Add x to this.
Dfpdivide(Dfp divisor)
Divide this by divisor.
Dfpdivide(int divisor)
Divide by a single digit less than radix.
DfpFieldgetField()
Get the org.apache.commons.math3.Field Field (really a DfpField ) to which the instance belongs.
booleangreaterThan(final Dfp x)
Check if instance is greater than x.
Dfpmultiply(final Dfp x)
Multiply this by x.
Dfpmultiply(final int x)
Multiply this by a single digit x.
Dfpsqrt()
Compute the square root.
Dfpsubtract(final Dfp x)
Subtract x from this.
StringtoString()
Get a string representation of the instance.