MCPcopy Index your code
hub / github.com/apache/groovy / next

Method next

benchmark/bench/pidigits.java:90–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 public Transformation next(){
91 k++;
92 q = BigInteger.valueOf(k);
93 r = BigInteger.valueOf(4 * k + 2);
94 s = BigInteger.valueOf(0);
95 t = BigInteger.valueOf(2 * k + 1);
96 return this;
97 }
98
99 public int extract(int j){
100 BigInteger bigj = BigInteger.valueOf(j);

Callers

nothing calls this directly

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected