A couple more points: My previous message suggested a new built-in function float()
Alternatively it could be math.float() which evaluates its argument as if every item is floating for example x = math.float(a/b + 4/3 + math.sin(3.14159/2)) does not truncate the result of a/b or 4/3 ------------------------------------------------------- About the new Help topic for Math... When testing the new math plugin, I discovered that your Help example x = math.sin(3.14159/2) returns your mystery internal string. So I suggest that Help for the Math plugin should mention the new tostring() function in the same page, for example: x = tostring(math.sin(3.14159/2)) Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/power-pro/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
