Alex van den Bogaerdt wrote: > Complete line: CDEF:result=A,B,+,C,-,A,B,+,/
Hmm... Maybe (A+B-C)/(A+B) == (A+B)/(A+B) - C/(A+B) == 1 - C/(A+B) CDEF:result=1,C,A,B,+,/,- Saves an instruction :) -- __________________________________________________________________ / [EMAIL PROTECTED] [EMAIL PROTECTED] \ | work private | | My employer is capable of speaking therefore I speak only for myself | +----------------------------------------------------------------------+ | Technical questions sent directly to me will be nuked. Use the list. | +----------------------------------------------------------------------+ | http://faq.mrtg.org/ | | http://rrdtool.eu.org --> tutorial | +----------------------------------------------------------------------+ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
