« 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}
- bug_id:
3230
- creation_ts:
2014-09-19 08:48:00 -0700
- short_desc:
20.1.3.2, 20.1.3.3, 20.1.3.5: In-line notes for extended precision in Number.prototype.{toExponential, toFixed, toPrecision}
- delta_ts:
2014-12-23 20:23:31 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 27: August 24, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
10197
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-09-19 08:48:38 -0700
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
- commentid:
11008
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-11 09:39:01 -0800
fixed in rev30 editor's draft
- commentid:
11201
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-23 20:23:31 -0800
fixed in rev30