>   html('The Number: $%f$'%(5 * 10**exponent))
>   html('In Scientific Notation: $5 \cdot 10^{%d}$'%exponent)

This question may sound somehow out of place, but maybe you can offer
some help.
Where in the documentation did you find something about this fancy
notation to include variables into your html()?
An to use two variables as in

html('In Scientific Notation: ${%d} \cdot 10^{%d}$'%base%exponent)

doesn't work either.

-- 
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
URL: http://www.sagemath.org

Reply via email to