Hello,
is it possible, when adding a BuiltinFunction, to specify the order of 
arguments
that are passed to/from Maxima for example. How are cases handled where
the order differs between several interfaces?

For example, here:

BuiltinFunction.__init__(self, "harmonic_number", nargs=2,
                                 conversions={'maple':'harmonic',
                                              
'maxima':'gen_harmonic_number'})
I want Sage to have a function named "harmonic_number" where its two 
arguments
are reversed /wrt Maxima.

Is there a python trick?

Regards,

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to