CUDAnative: ^ and other operators

A simple question: is there a particular reason why there is no ^ operator in CUDAnative, but only CUDAnative.pow(x, y)? Could we have something like:

x^y = pow(x,y)

What about other operators?

Can this be added?

Thanks!