pub unsafe extern "C" fn mp_rat_alloc() -> mp_rat
Expand description

Allocates a fresh zero-valued mpq_t on the heap, returning NULL in case of error. The only possible error is out-of-memory.