pub unsafe extern "C" fn mp_rat_expt(
    a: mp_rat,
    b: mp_small,
    c: mp_rat
) -> mp_result
Expand description

Sets c to the value of a raised to the b power. It returns MP_RANGE if b < 0.