Function SUMMATION


Slots on this function:

Documentation:
Summation operator for a function that represents an integer indexed quantity.

Axioms:

(=> (And (Range ?Func Physical-Quantity)
         (Summation ?Func ?Start ?End ?Q))
    (And (Physical-Quantity ?Q) (Integer ?Start) (Integer ?End)))