Algebraic Formula Grapher
Enter an algebraic formula using 'x' and visualize it on a graph.
Security Warning
Warning: Formula evaluation uses the Function constructor. While basic sanitization is applied, avoid complex or untrusted inputs.
Use 'x' as the variable. Use '**' for exponentiation (e.g., x**2). You can use standard Math functions like Math.sin(), Math.cos(), Math.pow(), etc.
Enter a formula and click "Generate Graph" to see the visualization.
Graph generated locally in your browser. Formula evaluation uses JavaScript's Function constructor. Ensure inputs are safe.