X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph_rpn.pod;h=b2a84dd9daa4a1c55d3a354e9de577918e94cc14;hb=1bf4194f061e0000eff34e71e6c46c7f72eb252f;hp=5000d7a1738915277d065318971440624dc65d4d;hpb=342b22c3e74a10d7049285c2cea7383676bcfc95;p=rrdtool.git diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod index 5000d7a..b2a84dd 100644 --- a/doc/rrdgraph_rpn.pod +++ b/doc/rrdgraph_rpn.pod @@ -127,6 +127,10 @@ B Convert angle in degrees to radians, or radians to degrees. +B + +Take the absolute value. + =item Set Operations B @@ -139,6 +143,13 @@ Example: C will compute the average of the values v1 to v6 after removing the smallest and largest. +B + +Pop one element (I) from the stack. Now pop I elements and build the +average, ignoring all UNKNOWN values in the process. + +Example: C + B Create a "sliding window" average of another data series.