quadratic_solver
Solve quadratic equations of the form ax² + bx + c = 0. Provide coefficients a, b, and c to get real or complex roots.
Instructions
Solve quadratic equation ax² + bx + c = 0.
Parameters:
a — Coefficient of x².
b — Coefficient of x.
c — Constant term.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes | ||
| c | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |