Home | History | Annotate | Download | only in dfp

Lines Matching defs:pi

86     /** High precision string representation of π. */
131 /** A {@link Dfp} with value π. */
132 private final Dfp pi;
134 /** A two elements {@link Dfp} array with value π split in two pieces. */
213 pi = new Dfp(this, piString);
231 pi = null;
452 /** Get the constant π.
453 * @return a {@link Dfp} with value π
456 return pi;
459 /** Get the constant π split in two pieces.
460 * @return a {@link Dfp} with value π split in two pieces
595 /** Compute π using Jonathan and Peter Borwein quartic formula.
599 * @return π