Skip to main content

acb_dot_precise

Function acb_dot_precise 

Source
pub unsafe extern "C" fn acb_dot_precise(
    res: *mut acb_struct,
    initial: *const acb_struct,
    subtract: c_int,
    x: acb_srcptr,
    xstep: slong,
    y: acb_srcptr,
    ystep: slong,
    len: slong,
    prec: slong,
)