I should be able to display a Floating Point number with a specified number of digits of precision

(User Story, Closed -> Fixed, Priority: Critical, Test Status: Unit tested , Reported By Bad Link: Thing 3y284oe not found, )
Summary: Spinning off of Basic math functions: _divideBy, _times, arguably _round -- the correct solution is to allow you to use standard printf-style formatting inside the underscores.
Okay -- have checked in the version of this that lets you control the format of the Floating Point by saying:
  • __1.2__ -- rounds to two decimal places
  • __07.2__ -- zero-pads the left to a total width of seven characters, and rounds to two decimal places