Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Add command to solve for roots in a quadratic equation#395

Merged
notsniped merged 2 commits intomainfrom
quadratic-eqs-maths-cmds
Nov 22, 2024
Merged

Add command to solve for roots in a quadratic equation#395
notsniped merged 2 commits intomainfrom
quadratic-eqs-maths-cmds

Conversation

@notsniped
Copy link
Member

Maths Commands

Quadratic Equation Solver

If the discriminator of the equation is below 0, it means that the roots of the quadratic equation are imaginary. Otherwise this command will return both roots of a given quadratic equation (its coefficients a, b, and c).

If the discriminator of the equation is below 0, it means that the roots of the quadratic equation are imaginary.
@notsniped notsniped added enhancement New feature or request priority:medium type:cogs Any changes to the bot's slash command cogs area:maths Updates to the maths commands labels Nov 22, 2024
@notsniped notsniped self-assigned this Nov 22, 2024
@notsniped notsniped merged commit 94c36a3 into main Nov 22, 2024
@notsniped notsniped deleted the quadratic-eqs-maths-cmds branch November 22, 2024 12:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area:maths Updates to the maths commands enhancement New feature or request priority:medium size/S type:cogs Any changes to the bot's slash command cogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant