This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:approximately [2014/10/01 19:02] – external edit 127.0.0.1 | crpl:docs:approximately [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~DISCUSSION~~ | ||
| <- [[crpl: | <- [[crpl: | ||
| ===== approximately | ===== approximately | ||
| - | ^Arguments^Result^Notation^ | + | <-val1 <-val2 approximately ->bool |
| - | |An item on the stack|boolean |'' | + | |
| === Description === | === Description === | ||
| Line 11: | Line 8: | ||
| === Examples === | === Examples === | ||
| - | < | + | < |
| + | # example | ||
| + | if (approximately(1.000001 1)) | ||
| + | trace(" | ||
| + | endif | ||
| + | </ | ||