ak.numexpr.re_evaluate
----------------------

.. py:function:: ak.numexpr.re_evaluate(local_dict=None)

See `numexpr.re_evaluate <https://numexpr.readthedocs.io/projects/NumExpr3/en/latest/api.html#numexpr.re_evaluate>`__
for a description of each parameter. This function reproduces NumExpr's interface, except that
the expression can contain references to :doc:`_auto/ak.Array` objects as well as NumPy arrays.

See also :doc:`ak.numexpr.evaluate`.
