numexpr icon indicating copy to clipboard operation
numexpr copied to clipboard

is it possible to use numpy math function through local_dict

Open westNeighbor opened this issue 7 months ago • 2 comments

I want to use numpy's math function and I try: evaluate("log2(x)", {"log2": numpy.log2}), it gives errors.

westNeighbor avatar Apr 22 '25 20:04 westNeighbor