Searched refs:fast_exp2 (Results 1 – 1 of 1) sorted by relevance
22 def fast_exp2(x, p): function36 y = [ fast_exp2(x[i], p) for i in range(len(x)) ]