Module:ColinTheCat/Expression/doc

From Resonite Wiki
Revision as of 13:08, 11 February 2024 by Colin The Cat (talk | contribs) (Created page with "<code>2 * (1 + min(10, x))</code> (x=2) evaluates to {{#invoke:ColinTheCat/Expression|Eval | 2 * (1 + min(10, x)) | {"x": 2} }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:ColinTheCat/Expression

2 * (1 + min(10, x)) (x=2) evaluates to 6