diff --git a/public/calculator.html b/public/calculator.html index fd7efb2..641912f 100644 --- a/public/calculator.html +++ b/public/calculator.html @@ -1,638 +1,1148 @@ {% extends "base.html" %} {% block title %}Graphing Calculator{% endblock %} +{% block meta_description %}Graphing Calculator – visualize and explore mathematical functions interactively on Alpha One Labs.{% endblock %} + +{% block head %} + + + +{% endblock %} + {% block content %} -
- -
-

Graphing Calculator

- -
- -
- - + + +
+ +
+

+ LEARN › Tools +

+

+ Graphing Calculator +

+

+ Visualize mathematical functions, explore equations, and learn through interactive graphing. +

+
+
+ +
+
+ +
+ +
- -
-

Functions

-
- + +
+ Functions + +
- -
- -
-

Examples

-
- - - - - - +
+
-
- -
-

Controls

-
- - - + +
+ Examples
-
- - - - - - +
+
+ + + + + + +
-
- -
-

Settings

-
+ +
+ Controls +
+
+
+ + + +
+
+
+ + + + + + +
+
+
+ +
+ Settings +
+
- - +
+ Grid Size + Normal +
+ +
+ FineNormalCoarse +
+
+
+
+ Line Width + 2px +
+
-
-
- -
-
- -
+ + + +
+ + + +
+ +
+ +
+ Hover or touch the graph to see coordinates + +
+ +

+ Arrow keys to pan · +/ to zoom · Scroll wheel or pinch to zoom +

- - - + +document.addEventListener('DOMContentLoaded', () => { + resizeCanvas(); + draw(); +}); + {% endblock %}