logo
pub unsafe extern "C" fn atan2(
    rop: *mut mpfr_t,
    y: *const mpfr_t,
    x: *const mpfr_t,
    rnd: rnd_t
) -> c_int
Expand description