Determinism
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 28
- Avg merge
- 21h 46m
- Merged PRs (30d)
- 2
Description
Do we want to provide a deterministic option for different math functions? For example Math.sin is not deterministic between all browsers.
The determinism:
- The same result between all browser.
- The same result between all platforms.
- The same result between all machines.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names Math.sin as the example entry point but does not identify files or tests. Start by examining the library's existing math-function exports and how they are tested; define which functions and browser, platform, and machine guarantees would constitute a complete deterministic option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100