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
Next revision
Previous revision
crpl:docs:approximately [2014/10/01 15:02] – external edit 127.0.0.1crpl:docs:approximately [2022/07/05 14:19] (current) – Reformat Karsten75
Line 1: Line 1:
-~~DISCUSSION~~ 
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]]
 =====  approximately  ===== =====  approximately  =====
  
-^Arguments^Result^Notation^ +<-val1 <-val2 approximately ->bool
-|An item on the stack|boolean |''f1 -- f2 ''+
  
 === Description === === Description ===
Line 11: 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.1412190170.txt.gz · Last modified: 2015/03/19 05:12 (external edit)