Pythagorean triples: Difference between revisions

m
→‎Parent/child: Save a few more BigInteger operations
(Added Bracmat)
m (→‎Parent/child: Save a few more BigInteger operations)
Line 736:
a2.add(b2).add(c3));
parChild(a.negate().add(b2).add(c2),
TWOa2.negate().multiply(a).add(b).add(c2),
TWOa2.negate().multiply(a).add(b2).add(c3));
}
 
Anonymous user