Class BigIntNumeral

java.lang.Object
me.datafox.dfxengine.math.numeral.BigIntNumeral
All Implemented Interfaces:
Comparable<Numeral>, Numeral

public final class BigIntNumeral extends Object
Implementation of Numeral backed with a BigInteger.
  • Constructor Details

    • BigIntNumeral

      public BigIntNumeral(BigInteger number)
      Parameters:
      number - BigInteger to be associated with this numeral
    • BigIntNumeral

      public BigIntNumeral(String val)
      Parameters:
      val - String representation of the BigInteger to be associated with this numeral
    • BigIntNumeral

      public BigIntNumeral(long val)
      Parameters:
      val - long representation of the BigInteger to be associated with this numeral
  • Method Details