... and the same with RBF(gamma(3/2,1)), except that (a) The error message is now "TypeError: gamma() takes no arguments (1 given)" (b) The situation is now more serious, since RIF(gamma(3/2,1)) doesn't work either.
Of course the incomplete gamma function was implemented in ARB a long time ago, so there is really no good reason for this to happen. Le mardi 9 novembre 2021 à 20:34:34 UTC+1, [email protected] a écrit : > PS. I have the same issue with RBF(1/sqrt(2)). > > Le mardi 9 novembre 2021 à 20:31:33 UTC+1, [email protected] a écrit : > >> Hi, >> >> RBF(stieltjes(1)) no longer works. It now gives the error message >> >> TypeError: unable to convert stieltjes(1) to a RealBall >> >> I realize that this means it most likely wasn't working right before (the >> code must have worked because Sage fell back on SymbolicRing -> RealField >> -> RBF, which shouldn't happen). I also realize that I could type >> RBF(RIF(stieltjes(1)), but that's a stopgap measure that shouldn't be >> necessary, since stieltjes(1) is in fact implemented in ARB. >> >> version: Sagemath 9.3 on an Intel Mac Mini (Mac OS Monterrey) >> or Sagemath 9.4 on cocalc. >> >> Best >> Harald >> > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/88452cf1-a16c-437f-9b76-e702759de6den%40googlegroups.com.
