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,476

edits