To install this package run one of the following: conda install gaiar::numexpr
Description
Numexpr is a fast numerical expression evaluator for NumPy. With it,
expressions that operate on arrays (like "3a+4b") are accelerated and use
less memory than doing the same calculation in Python.