In connection with another post by Andreas, I realised that the above
ashow() definition does not create nice output if decimal numbers are
involved:
y = 0.5*x
ashow('y')
returns:
y=0.500000000000000xIs there a way of manipulating the eval() command to round a decimal number? If so, I would be happy to apply for a trac account and post a patch. Cheers Stan On Oct 7, 5:11 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > Yes, that could be reasonable, if it has proper documentation, etc. > Can somebody open a trac ticket and post it here? > > William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
