.. algorithm:: .. summary:: .. relatedalgorithms:: .. properties:: Description ----------- This executes the exponential function on a :py:obj:`MDHistoWorkspace `. The signal :math:`a` becomes :math:`f = e^a` The error :math:`da` becomes :math:`df^2 = f^2 * da^2` This algorithm cannot be run on a :py:obj:`MDEventWorkspace `. Its equivalent on a :py:obj:`MatrixWorkspace ` is called :ref:`algm-Exponential`. .. categories:: .. sourcelink::