lcompat_pow
extern int64_t lcompat_pow(int64_t, int64_t);
#define luai_numpow(L,a,b) (lcompat_pow((a),(b)))