Kubische Gleichungs-Löser
Löst kubische Gleichungen ax³ + bx² + cx + d = 0 mit detaillierten Schritten, Diskriminantenanalyse und Wurzelverifizierung.
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/cubic-equation-solver
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| inputFormat | select | Ja | - |
| a | text | Ja | - |
| b | number | Ja | - |
| c | number | Ja | - |
| d | number | Ja | - |
| precision | number | Nein | - |
| showSteps | checkbox | Nein | - |
| showVerification | checkbox | Nein | - |
| showFactorization | checkbox | Nein | - |
Antwortformat
{
"key": {...},
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
JSON-Daten:
JSON-Daten
MCP-Dokumentation
Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:
{
"mcpServers": {
"elysiatools-cubic-equation-solver": {
"name": "cubic-equation-solver",
"description": "Löst kubische Gleichungen ax³ + bx² + cx + d = 0 mit detaillierten Schritten, Diskriminantenanalyse und Wurzelverifizierung.",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=cubic-equation-solver",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.
Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]