Java org.apache.commons.math3.util BigReal fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

BigReal(BigDecimal val)
Build an instance from a BigDecimal.
BigReal(BigInteger val)
Build an instance from a BigInteger.
BigReal(char[] in)
Build an instance from a characters representation.
BigReal(double val)
Build an instance from a double.
BigReal(int val)
Build an instance from an int.
BigReal(long val)
Build an instance from a long.
BigReal(String val)
Build an instance from a String representation.

Method

BigRealdivide(BigReal a)
doubledoubleValue()
Get the double value corresponding to the instance.