numexpr
numexpr copied to clipboard
is it possible to use numpy math function through local_dict
I want to use numpy's math function and I try: evaluate("log2(x)", {"log2": numpy.log2}), it gives errors.