On Sat, May 28, 2016 at 1:42 PM, digxx <diger_d...@hotmail.com> wrote:
> Hey again,
> So I found the the arb documentation and was wondering if the syntax is the
> same.
> since for example acb_hypgeom_m(1.0,1.0,1.0) does not work. Must be doing
> something wrong :-(
> sry

Could you clarify what does not work? Can you show the code you used
to invoke it?

Via Nemo, you can call it like this:

julia> using Nemo

julia> R = AcbField(128);

julia> hyp1f1(R(1.0), R(1.0), R(1.0))
[2.7182818284590452353602874713526624977 +/- 6.90e-38] + i*0

Fredrik

Reply via email to