Carrot reference
Functions

mean()

returns the mean value of all the passed parameters, excluding nulls syntax mean(value, value2, ,) value the first value to be averaged value2 the second value to be averaged return type number docid\ uci5tctfvbhonej6zqijg , percent docid\ fbn7bfahlfpv4f1c53dxa , money docid ks5d2xbfor9d8wfrivny sample usage mean(2, 10) returns 6 supported data types input type return type logic number docid\ uci5tctfvbhonej6zqijg number docid\ uci5tctfvbhonej6zqijg if a set of number values is passed, the mean of the values will be returned as a number value percent docid\ fbn7bfahlfpv4f1c53dxa percent docid\ fbn7bfahlfpv4f1c53dxa if a set of percent values is passed, the mean of the values will be returned as a percent value money docid ks5d2xbfor9d8wfrivny money docid ks5d2xbfor9d8wfrivny if a set of money values is passed, the mean of the values will be returned as a money value unsupported data types null docid\ n9trvqonnbknql9drnbp6 unsupported data types return null