Category talk:Wren-math: Difference between revisions

Content added Content deleted
(Added Math.rootPoly method.)
m (→‎Source code: Now uses Wren S/H lexer.)
Line 1: Line 1:
===Source code===
===Source code===
<syntaxhighlight lang="ecmascript">/* Module "math.wren" */
<syntaxhighlight lang="wren">/* Module "math.wren" */


/* Math supplements the Num class with various other operations on numbers. */
/* Math supplements the Num class with various other operations on numbers. */