Graphing is my favourite part of math, and I was really excited when Desmos decided to host a contest for it! The concept that equations - composed of mere symbols and numbers - can create all sorts of lines when graphed really fascinates me. I think it's sort of like mixing two chemic...
Browser extension for better user control of the Desmos graphing calculator configuration chrome-extensionfirefox-addondesmosmathquill UpdatedJan 22, 2023 TypeScript Load more… Add a description, image, and links to thedesmostopic page so that developers can more easily learn about it. ...
Graphing polar functions is super fun. The curves polar functions generate are fun and unexpected. And when you graph them on Desmos, they’re simply stunning. But as of right now, you cannot specify the domain of a polar function on Desmos. As far as I can tell, it will only draw po...
file diff --git a/README.md b/README.md index 84eaf27..0aad6e9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [Desmos](https://www.desmos.com/about) is an advanced graphing calculator implemented as a web application and a mobile application written in JavaScript...
The ReadME Project GitHub community articles Repositories Topics Trending Collections Enterprise Enterprise platform AI-powered developer platform Available add-ons Advanced Security Enterprise-grade security features GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 sup...
('calculator'); - var calculator = Desmos.GraphingCalculator(elt); - calculator.setExpression({id:'graph1', latex:'y=x^2'}); + + + + - const remote = require("electron").remote; + + - document.addEventListener("keydown", event => { - switch (event.key) { - case "...