For any special function with an arb and/or acb implementation, we could easily have a generic wrapper in gr_special that defines the function for any floating-point/ball/interval type by converting to arb/acb internally.
Like arb_fpwrap but more general (and arb_fpwrap could be reimplemented in terms of this.)
For any special function with an
arband/oracbimplementation, we could easily have a generic wrapper ingr_specialthat defines the function for any floating-point/ball/interval type by converting toarb/acbinternally.Like
arb_fpwrapbut more general (andarb_fpwrapcould be reimplemented in terms of this.)