Skip to content
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

Exact evaluation of constants #17

Open
IanBriggs opened this issue Sep 18, 2019 · 0 comments
Open

Exact evaluation of constants #17

IanBriggs opened this issue Sep 18, 2019 · 0 comments

Comments

@IanBriggs
Copy link
Contributor

When given a constant query on the edge of a function's valid range FPTaylor currently overapproximates the function input, thus leading to a range error. Treating constants as exact could alleviate this issue.

For example, the query "sqrt(0)" will lead to an error that the square root function cannot take in a negative value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant