FeResPost Web Site                     FeResPost Online User Manual

I.6.4 “Operator” methods

Five “operator” methods (functions) are defined in the “Post” module: “opAdd”, “opSub”, “opMul”, “opDiv” and “opPow”. The four first methods correspond to the four “+”, “-”, “*” and “/” operators defined in “Result”, “Group” and “ResKeyList” classes:

The “opPow” method is an alias to the “pow” method and at least one of its arguments must be a “Result” object.