Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Create find_roots_of_quadratic_equation.php #7506

Merged

Conversation

Roybas2001
Copy link
Contributor

@Roybas2001 Roybas2001 commented May 2, 2023

Find roots of quadratic equation in php, comment in the code of what everything does.

Closes codinasion/codinasion#4448


πŸ€– Generated by Copilot at 6cca007

Summary

βž•πŸ”’πŸ”

This change adds the code to find_roots_of_quadratic_equation.php to calculate and print the roots of a quadratic equation given the coefficients. This change implements the functionality of the program as required by the task.

x from equation
Solving with square root, plus/minus
Autumn math lesson

Walkthrough

  • Implement the code to find the roots of a quadratic equation using the formula x = (-b Β± √(b^2 - 4ac)) / 2a (link)

Find roots of quadratic equation in php, comment in the code of what everything does.
@Roybas2001 Roybas2001 requested review from a team, SpirosArk and grraghav120 and removed request for a team May 2, 2023 14:10
@codinasion-bot
Copy link

codinasion-bot bot commented May 2, 2023

πŸ‘‹πŸ» Hey @Roybas2001

πŸ’– Thanks for opening this pull request πŸ’–

This PR will be reviewed and merged shortly.

@codinasion-bot codinasion-bot bot added the triage Waiting for review label May 2, 2023
@hi-Kartik2004 hi-Kartik2004 merged commit f6d7b01 into codinasion:master May 5, 2023
1 check passed
@codinasion-bot
Copy link

codinasion-bot bot commented May 5, 2023

Thanks very much for contributing!

Your pull request has been merged πŸŽ‰ You should see your changes appear on the site in approximately 24 hours.

Support this project by giving it a star ⭐.

Join Our Community

If you're looking for your next contribution, check out our help wanted issues ⚑

@codinasion-bot codinasion-bot bot removed the triage Waiting for review label May 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write a PHP program to find roots of quadratic equation
2 participants