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

Change quadratic_equation to return a list of solutions #450

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

sharkdp
Copy link
Owner

@sharkdp sharkdp commented Jun 4, 2024

@hamirmahal FYI

Also, note that we were now able to replace the weird if a == 0 a checks by if a == 0. Done previously in #443

closes #449

@sharkdp sharkdp merged commit b04fcbe into master Jun 4, 2024
15 checks passed
@sharkdp sharkdp deleted the quadratic-equation-return-list branch June 4, 2024 18:40
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

Successfully merging this pull request may close these issues.

Give quadratic_equation a List<B/A> return type.
2 participants