tc39 / tc39/proposal-amount

Interesting cases to be covered in test262

Open
#96 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
58
Forks
12
Avg merge
2h 35m
Merged PRs (30d)
2

Description

This issue exists to collect test cases for eventual propagation into test262.

[^1]: 𝔽(80063993375475600 × (1 ÷ 5⁄9) + (273.15 − 2298.35÷9)÷5⁄9) = 𝔽(144115188075856112) = 144115188075856128𝔽
[^2]: 𝔽(80063993375475600) * 𝔽(1 ÷ 5⁄9) + 𝔽(273.15 − 2298.35÷9)÷5⁄9) = 𝔽(80063993375475600) * 𝔽(1.8) + 𝔽(32) = 𝔽(144115188075856080) + 𝔽(32) = 𝔽(144115188075856064) + 𝔽(32) = 144115188075856096𝔽

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the linked proposal PR discussions and the test262 conventions for measurement conversions and exact numeric assertions. The work is done when the four listed inch and temperature conversion cases are represented in test262 with the specified results, including the large-value rounding behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
testing-qa
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.