Usage ===== .. _summation: mathops.summation ------------------ To obtain the sum of an array, you can use the ``mathops.summation()`` function: .. automodule:: mathops.summation :autosummary: :members: :undoc-members: :show-inheritance: .. _product: mathops.product ------------------ To obtain the product of an array, you can use the ``mathops.product()`` function: .. automodule:: mathops.product :autosummary: :members: :undoc-members: :show-inheritance: