On Fri, 4 Feb 2022 at 12:45, Ralf Hemmecke <[email protected]> wrote: > > Doesn't work for me. > > (181) -> )trace QEtaModularGammaPackage(QEtaConditionsModularGamma0) > )ops qetaGrades > > FriCAS does not understand the use of QEtaModularGammaPackage > QEtaConditionsModularGamma0 here. > > Ralf
Just a wild guess, perhaps useful: what if you declare a wrapper package in Spad like so: QWrapperPackage() == QEtaModularGammaPackage(QEtaConditionsModularGamma0) And then you could try )trace QWrapperPackage() )ops qetaGrades Maybe that could work? Regards, Neven -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" 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/fricas-devel/CAL%2BbK4P7yTugbcXrc2dRaqE8etYfiHERj2-JbQ6zeC61UWyOEQ%40mail.gmail.com.
