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

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

Introduction

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

The text is from its open source code.

Constructor

DfpField(final int decimalDigits)
Create a factory for the specified number of radix digits.

Method

DfpgetOne()
Get the constant 1.
intgetRadixDigits()
Get the number of radix digits of the Dfp instances built by this factory.
DfpgetZero()
Get the constant 0.
DfpnewDfp(final byte x)
Create an instance from a byte value.
DfpnewDfp(final int x)
Create an instance from an int value.
DfpnewDfp(final long x)
Create an instance from a long value.
DfpnewDfp(final double x)
Create an instance from a double value.
DfpnewDfp(Dfp d)
Copy constructor.
DfpnewDfp(final String s)
Create a Dfp given a String representation.