Property definitions

gmp $ NativeMPQ :: abs
    fun abs(res: NativeMPQ) `{
        mpq_abs(res, self);
    `}
lib/gmp/native_gmp.nit:181,5--183,6