Module dev.civl.abc

Interface RealFloatingValue

All Superinterfaces:
FloatingValue, Value

public interface RealFloatingValue extends FloatingValue
  • Method Details

    • getRadix

      int getRadix()
    • getDoubleValue

      double getDoubleValue()
    • getWholePartValue

      BigInteger getWholePartValue()
    • getFractionPartValue

      BigInteger getFractionPartValue()
    • getFractionLength

      int getFractionLength()
    • getExponentValue

      BigInteger getExponentValue()