Jump to content

Category talk:Wren-gmp: Difference between revisions

(→‎Source code (Wren): Added Mpz.prevPrime method.)
Line 1,285:
pow(exp) { pow(this, exp) } // exp must be a uint
powz(exp) { powz(this, exp) } // exp must be an Mpz object
powf(exp) { powzpowf(this, exp) } // exp must be an Mpf object
square { mul(this, this) }
cube { pow(this, 3) }
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.