Category talk:Wren-long: Difference between revisions

m (→‎Source code: Tweak.)
(→‎Source code: Bug fix.)
Line 573:
// such that x0.square <= this.
isqrt {
if (isSmall) return ULong.fromSmall_(toNum.sqrt.floor)
// otherwise use Newton's method
var x0 = this >> 1
9,476

edits