Hey guys

I'm a newbie learning FriCAS and I have a question about 'package-calling' 
a function.

Exploring the library I've tried using riemannZeta, but the exposed version 
seems to be a category (HyperDoc tells me that it comes from 
SpecialFunctionCategory) so I guess that's why it doesn't get numerically 
evaluated.
The other version comes from an unexposed package 
(FunctionalSpecialFunction), which I tried to package-call:

riemannZeta(0.5+%i)$FSPECF(Complex(Float),Complex(Float))

which has no valid type. The command ')d op riemannZeta' instructs me what 
the parameters of FSPECF would be, but I obviously didn't understand.

Generically, how to parametrize a more complex domain? Where to read to 
understand what is needed? 

Thank you!

-- 
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/9f44bb50-7241-4461-bcdf-293a7d63c87an%40googlegroups.com.

Reply via email to