Jump to content

Category talk:Wren-big: Difference between revisions

(→‎Source code: Added BigRat.sqrt method.)
(→‎Source code: Bug fix.)
Line 1,571:
 
// Returns the string representation of this BigRat object depending on 'showAsInt'.
toString { (BigRat.showAsInt && _d == BigRatBigInt.one) ? "%(_n)" : "%(_n)/%(_d)" }
}
 
9,487

edits

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