Jump to content

Category talk:Wren-big: Difference between revisions

m
→‎Source code: Changed a program comment.
(→‎Source code: Added prime factorization plus 3 other utility methods.)
m (→‎Source code: Changed a program comment.)
Line 1,063:
}
 
// Returns the cube root of the current instance i.e. the largest integer 'r' such that
// r.cube <= this.
icbrt {
if (isSmall) return BigInt.small_(toSmall.cbrt.floor)
9,485

edits

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