Home
last modified time | relevance | path

Searched refs:fast_exp2 (Results 1 – 1 of 1) sorted by relevance

/liblc3-3.5.0-3.4.0/tables/
Dfastmath.py22 def fast_exp2(x, p): function
36 y = [ fast_exp2(x[i], p) for i in range(len(x)) ]