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

Line 174:
* [[wp:Exponential moving average]]
* [[Unit calculator/convertor]]. A bit like what Google can do: https://www.google.com/search?q=10.5+cm+in+inches. With all SI units plus others (days, months for time, W.hour for energy, etc)
* Perform basic mathematical operations (+,*,/,-) operations for numbers represented as strings.[https://github.com/danmar/cppcheck/blob/master/lib/mathlib.h Here] is a sample implementation in C++.
 
===Color Spaces===