pycryptodome
pycryptodome copied to clipboard
Evalue e'th modular root
Hi, im trying to evaluate e'th root of an integer and i want to get an integer as result without casting 1/e as integer. I know there is built-in pow function but if i use 1/e as exponent i get a float result.
Thanks