This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:approximately [2015/03/19 09:12] – error in argument specification warren | crpl:docs:approximately [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== approximately | ===== approximately | ||
| - | ^Arguments^Result^Notation^ | + | <-val1 <-val2 approximately ->bool |
| - | |two floats|boolean |'' | + | |
| === Description === | === Description === | ||
| Line 10: | Line 8: | ||
| === Examples === | === Examples === | ||
| - | < | + | < |
| + | # example | ||
| + | if (approximately(1.000001 1)) | ||
| + | trace(" | ||
| + | endif | ||
| + | </ | ||