archives

« Bugzilla Issues Index

#3230 — 20.1.3.2, 20.1.3.3, 20.1.3.5: In-line notes for extended precision in Number.prototype.{toExponential, toFixed, toPrecision}


20.1.3.2 Number.prototype.toExponential ( fractionDigits )
20.1.3.3 Number.prototype.toFixed ( fractionDigits )
20.1.3.5 Number.prototype.toPrecision ( precision )

Number.prototype.{toExponential, toFixed, toPrecision} allow extended precision (cf. chapter 16 and notes after each algorithm). It may be more obvious for readers to state this extension as in-lines notes in each algorithm (e.g. before/after step 10 in toExponential).


Related: https://bugzilla.mozilla.org/show_bug.cgi?id=1068612


fixed in rev30 editor's draft


fixed in rev30