This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:round [2022/03/23 00:44] – fix Grabz | 4rpl:commands:round [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | < | + | < |
+ | <= [[4rpl: | ||
====== round ====== | ====== round ====== | ||
Line 10: | Line 11: | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | trace(PI round(2)) #print ' | + | trace(round(PI 2)) #print ' |
</ | </ | ||
< | < | ||