Of these two examples:

m(x)=mod(x,10)

m=lambda x:mod(x,10)

The first returns an error "unable to convert x (=x) to an integer".
Can anyone explain what's going on here?

Thanks,
Alasdair
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to