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.
Do we want to provide a deterministic option for different math functions? For example
Math.sinis not deterministic between all browsers.The determinism: