Averages/Pythagorean means: Difference between revisions

Content added Content deleted
Line 386: Line 386:
stats(MULTIPLICATORY),POW BY({1}div by (100))
stats(MULTIPLICATORY),POW BY({1}div by (100))
and...
and...
#defn reciprocalof(_X_) {1},#ATOM#CMPLX,postfix,pow,postfix
#defn reciprocalof(_X_) {1},#ATOM#CMPLX,postfix,div,postfix
then:
then:
stats(MULTIPLICATORY),POW BY( reciprocal of (100) )
stats(MULTIPLICATORY),POW BY( reciprocal of (100) )