.. algorithm:: .. summary:: .. relatedalgorithms:: .. properties:: Description ----------- This executes the power function on a :ref:`MDHistoWorkspace `. The signal :math:`a` becomes :math:`f = a^b` The error :math:`da` becomes :math:`df^2 = f^2 * b^2 * (da^2 / a^2)` This algorithm cannot be run on a :ref:`MDEventWorkspace `. Its equivalent on a :ref:`MatrixWorkspace ` is called :ref:`algm-Power`. .. categories:: .. sourcelink::