Jump to content

Category talk:Wren-math: Difference between revisions

m
→‎Source code: Fixed syntax highlighting.
(→‎Source code: Added Int.nextPrime method.)
m (→‎Source code: Fixed syntax highlighting.)
Line 1:
===Source code===
<langsyntaxhighlight lang=ecmascript>/* Module "math.wren" */
 
/* Math supplements the Num class with various other operations on numbers. */
Line 618:
return itob_(btoi_(b1) ^ btoi_(b2))
}
}</langsyntaxhighlight>
9,485

edits

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