On 2014-04-10 07:28, Privasie Invazhian wrote:
I can use other arithmetic operators such as + and / in this function
expression, but not %, and I don't understand why.
Modulo in *symbolic* expressions is simply not implemented.
Is there an alternative or workaround
Yes, use a normal Python function:
def L(t):
return t*725.5 % 360.0
--
You received this message because you are subscribed to the Google Groups
"sage-support" 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-support.
For more options, visit https://groups.google.com/d/optout.