Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

→‎Mathematics and algorithms: Added a few requests
(Categorized and moved tasks around)
(→‎Mathematics and algorithms: Added a few requests)
Line 28:
:The page is created, but there are not examples yet. --[[User:Mwn3d|Mwn3d]] 12:42, 5 February 2008 (MST)
* SAX. As well as DOM and XPath it would probably be useful to demonstrate parsing a simple XML document with SAX.
* Find all the roots for a given function within a given a range and, possibly, a step width.
* Sum a finite series
* Sum an infinite series
* Detect a division-by-zero error without checking the divisor prior to dividing.
 
===System===