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

Range Function is Incorrect #1

Open
garv-shah opened this issue Sep 22, 2023 · 1 comment
Open

Range Function is Incorrect #1

garv-shah opened this issue Sep 22, 2023 · 1 comment

Comments

@garv-shah
Copy link

The range function doesn't seem to output the correct range, for example (x-1)^2 + 2 outputs all real numbers

@Decimation
Copy link
Owner

You're correct, I believe I wrote this function back in high school pre-calculus where I was taught that a function's range can be derived from the domain of its inverse. The range function implements this by returning domain(1/f,x) (last I checked)

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

No branches or pull requests

2 participants