pycryptodome icon indicating copy to clipboard operation
pycryptodome copied to clipboard

Evalue e'th modular root

Open Loryerba opened this issue 1 year ago • 0 comments

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

Loryerba avatar Feb 27 '24 09:02 Loryerba