Interface ApfloatBuilder

    • Method Summary

      Modifier and Type Method Description
      ApfloatImpl createApfloat​(double value, long precision, int radix)
      Create a new ApfloatImpl instance from a double.
      ApfloatImpl createApfloat​(long value, long precision, int radix)
      Create a new ApfloatImpl instance from a long.
      ApfloatImpl createApfloat​(PushbackReader in, long precision, int radix, boolean isInteger)
      Create a new ApfloatImpl instance reading from a stream.
      ApfloatImpl createApfloat​(String value, long precision, int radix, boolean isInteger)
      Create a new ApfloatImpl instance from a String.