Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update floating point framework based on spec changes (gpuweb#2884)
Usage of 'any' and 'indeterminate' for infinite intervals changed to 'unbounded', since 'any' is not in the spec (and ambigious with TS concepts), and 'indeterminate' only applies to concrete values. AbstractFloat absolute error and ULP intervals changed to always be unbounded.
- Loading branch information