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

Method qrst

benchmark/bench/pidigits.java:106–113  ·  view source on GitHub ↗
(int q, int r, int s, int t)

Source from the content-addressed store, hash-verified

104 }
105
106 public Transformation qrst(int q, int r, int s, int t){
107 this.q = BigInteger.valueOf(q);
108 this.r = BigInteger.valueOf(r);
109 this.s = BigInteger.valueOf(s);
110 this.t = BigInteger.valueOf(t);
111 k = 0;
112 return this;
113 }
114
115 public Transformation compose(Transformation a){
116 return new Transformation(

Callers 1

produceMethod · 0.80

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected