Class Pi.AbstractBinarySplittingSeries

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long precision
      Target precision.
      protected int radix
      Radix to be used.
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractBinarySplittingSeries​(long precision, int radix)
      Construct a binary splitting series with the specified precision and radix.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • precision

        protected long precision
        Target precision.
      • radix

        protected int radix
        Radix to be used.
    • Constructor Detail

      • AbstractBinarySplittingSeries

        protected AbstractBinarySplittingSeries​(long precision,
                                                int radix)
        Construct a binary splitting series with the specified precision and radix.
        Parameters:
        precision - The target precision.
        radix - The radix to be used.