Searched defs:luai_numpow (Results 1 – 2 of 2) sorted by relevance
436 #define luai_numpow(L,a,b) (lcompat_pow((a),(b))) macro
538 #define luai_numpow(a,b) (pow(a,b)) macro