-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IEEE 754:2019 Compliance #1387
Labels
Comments
From the required operations, we are notable missing:
For the recommended operations, which provide more accurate computations than can be manually computed, we are notably missing the following:
There are also several new recommended APIs in IEEE 754:2019:
|
CC. @dotnet/fxdc, since this came up in API review today |
Closing as duplicate of #27204, which I've updated to include the new functions. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
IEEE 754:2019 was published last year and this details the "required" and "recommended" operations for any conforming implementation:
Required:
The following IEEE APIs are also "required" but we do not support the IEEE floating-point exceptions and so they are equivalent to other APIs we expose:
The following IEEE APIs are also "required" but we do not support throwing for NaN inputs, so they are equivalent to other APIs we expose:
Recommended
The following IEEE APIs are also "recommended" but cover modifying the floating-point environement, which we don't currently support:
The text was updated successfully, but these errors were encountered: