This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crpl:docs:round [2013/01/14 19:03] – created virgilw | crpl:docs:round [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | TODO | + | <- [[crpl: |
+ | ===== Round ===== | ||
+ | |||
+ | <-value < | ||
+ | |||
+ | |||
+ | === Description === | ||
+ | Rounds off a number to the specified number of decimal places. | ||
+ | === Examples === | ||
+ | <code 4RPL># Display Pi with it's first 2 digits | ||
+ | PI 2 round trace</ |