Category talk:Wren-big: Difference between revisions

m
→‎Source code: Consistency change.
m (→‎Source code: Removed some surplus whitespace.)
m (→‎Source code: Consistency change.)
Line 1,337:
static pollardRho_(m, seed, c) {
var g = Fn.new { |x| (x*x + c) % m }
var x = BigInt.twonew(seed)
var y = BigInt.new(seed)
var z = BigInt.one
9,482

edits