Class SymbolicNumber


  • public class SymbolicNumber
    extends java.lang.Object
    if it doesn't run locally, ask Wolfram
    Author:
    sander
    • Constructor Detail

      • SymbolicNumber

        public SymbolicNumber​(java.math.BigInteger value)
    • Method Detail

      • isNumber

        public boolean isNumber()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • longValue

        public long longValue()
        Returns:
        the value of the number if it fits, or Long.MIN_VALUE if it was not computed.
      • bigIntegerValue

        public java.math.BigInteger bigIntegerValue()
        Returns:
        the value of the number if it has been computed; otherwise null.