I'm trying to compute a (bunch of) hypergeometric functions for which I get a NoConvergence error
e.g.
hypergeometric([4.14 + 15I, -3.14 + 15I],[1. - 1.12e7*I], -500000)
The suggestion of the error message is to try increasing 'maxterms'. However, I don't seem to find a way to do this as e.g. hypergeometric([4.14 + 15I, -3.14 + 15I],[1. - 1.12e7*I], -500000,maxterms=10^6) does not work.
(I could be missing something very basic, I'm rather new to sage)