= > I noticed that, and math plugin. BTW, round() seems missing while ceil > and floor added? Is there any reason?
AFAIK, there is no built-in function for rounding in C. (All the math plugin is doing is calling the corresponding C/C++ function.) I think it is round(x) = floor(x+0.5) for positive numbers; not sure what the official definition is for negative numbers. Also, even for +ve numbers, you can get fancier with numbers ending in 0.5 (rounding even ones up and odd ones down or something like that). If you get get what you want with above, then there would be no reason to switch. The MS stuff might have a friendlier development environment. I am not sure if . 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/
