pub unsafe extern "C" fn mp_rat_init(r: mp_rat) -> mp_result
Expand description

Initializes r with 1-digit precision and sets it to zero. This function cannot fail unless r is NULL.