Pow(x,y) and x**y

Hello,
I’m just curious how x**y operation are implemented ? Are there some cint magic or is it done via operator overloading ?

Hi,

it’s cint magic, there is no operator **.

Cheers, Axel.