]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Add support for MINNAN and MAXNAN operators 440/head
authorJulien Thomas <jthomas@exosec.fr>
Fri, 7 Feb 2014 13:21:53 +0000 (14:21 +0100)
committerJulien Thomas <jthomas@exosec.fr>
Tue, 11 Feb 2014 22:46:17 +0000 (23:46 +0100)
commitfd8a2045de43f1ed6cd47d554534b0aab7a0e594
treeb70d5daa139b2002718ddf094bfaa65a8979fd6b
parent33e31d5d31124a2844824e0d6720702eb7f674f9
Add support for MINNAN and MAXNAN operators

NAN-safe version of MIN and MAX. If one of the input numbers is
unknown then the result of the operation will be the other one.
If both are unknown, then the result of the operation is unknown.
doc/rrdgraph_rpn.pod
src/rrd_rpncalc.c
src/rrd_rpncalc.h