Steve Shipway
2014-08-28 22:06:25 UTC
This gives me the idea for some new RPN functions in RRDtool --
ROUND -- pops top element from stack, replaces with closest integer (to go
with the existing FLOOR and CEIL)
x,a,b,INRANGE -- push TRUE onto stack if a<=x<=b, FALSE otherwise(or call it
'BETWEEN'?)
Maybe I will brave github again and code them up...
Steve
Steve Shipway
***@auckland.ac.nz
ROUND -- pops top element from stack, replaces with closest integer (to go
with the existing FLOOR and CEIL)
x,a,b,INRANGE -- push TRUE onto stack if a<=x<=b, FALSE otherwise(or call it
'BETWEEN'?)
Maybe I will brave github again and code them up...
Steve
Steve Shipway
***@auckland.ac.nz