[][src]Function flint_sys::fmpz_powm

pub unsafe extern "C" fn fmpz_powm(
    f: *mut fmpz,
    g: *const fmpz,
    e: *const fmpz,
    m: *const fmpz
)

See the FLINT Documentation for this function.