Category talk:Wren-big: Difference between revisions

Content added Content deleted
(→‎Source code: Added multinomial and binomial methods to BigInt.)
m (→‎Source code: Fixed syntax highlighting.)
Line 38: Line 38:


===Source code===
===Source code===
<lang ecmascript>/* Module "big.wren" */
<syntaxhighlight lang=ecmascript>/* Module "big.wren" */


import "./trait" for Comparable
import "./trait" for Comparable
Line 1,820: Line 1,820:


// Initialize static fields.
// Initialize static fields.
BigInt.init_()</lang>
BigInt.init_()</syntaxhighlight>