User Tools

Site Tools


crpl:docs:approximately

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
crpl:docs:approximately [2015/03/19 05:12] – error in argument specification warrencrpl:docs:approximately [2022/07/05 14:19] (current) – Reformat Karsten75
Line 2: Line 2:
 =====  approximately  ===== =====  approximately  =====
  
-^Arguments^Result^Notation^ +<-val1 <-val2 approximately ->bool
-|two floats|boolean |''f1 f2 -- b ''+
  
 === Description === === Description ===
Line 10: Line 8:
  
 === Examples === === Examples ===
-<code>example goes here</code> +<code 4RPL> 
 +example borrowed from 4RPL reference 
 +if (approximately(1.000001 1)) 
 +    trace("1.000001 is approximately equal to 1") 
 +endif  
 +</code> 
  
crpl/docs/approximately.txt · Last modified: 2022/07/05 14:19 by Karsten75