Package org.apfloat

Class Apint

All Implemented Interfaces:
Serializable, Comparable<Apfloat>, Formattable

public class Apint extends Aprational
Arbitrary precision integer class.

In addition to the constructors, it is possible to create an apint from an apfloat or aprational via the methods that round these numbers to an integer value: Apfloat.floor(), Apfloat.ceil(), and Apfloat.truncate().

Version:
1.10.1
Author:
Mikko Tommila
See Also: