Category talk:Wren-big: Difference between revisions

m
→‎Source code: Fixed syntax highlighting.
(→‎Source code: Added multinomial and binomial methods to BigInt.)
m (→‎Source code: Fixed syntax highlighting.)
Line 38:
 
===Source code===
<langsyntaxhighlight lang=ecmascript>/* Module "big.wren" */
 
import "./trait" for Comparable
Line 1,820:
 
// Initialize static fields.
BigInt.init_()</langsyntaxhighlight>
9,476

edits