Function gmp_mpfr_sys::mpfr::copysign

source ·
pub unsafe extern "C" fn copysign(
    rop: *mut mpfr_t,
    op1: *const mpfr_t,
    op2: *const mpfr_t,
    rnd: rnd_t
) -> c_int
Expand description