Vincent Manis pleads for a way to write numbers with a specified precision:
http://lists.scheme-reports.org/pipermail/scheme-reports/2011-May/000709.html
I (Alaric Snell-Pym) wondered if this should be done via NUMBER->STRING or via an optional extra argument to ROUND etc specifying a precision, as a number like 0.01 to get two decimal places. How to provide significant figures rather than DP without introducing a base-10 dependency is left as an exercise to the reader (as is the task of deciding if I'm mad for not wanting a base-10 dependency)
We voted no.