This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:round [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:round [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | < | + | < |
+ | <= [[4rpl: | ||
====== round ====== | ====== round ====== | ||
- | Round (< | + | Round (< |
===== Description ===== | ===== Description ===== | ||
Line 10: | Line 11: | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | trace(PI round(2)) #print ' | + | trace(round(PI 2)) #print ' |
</ | </ | ||
< | < | ||