stevenpetryk / mafs

React components for interactive math

Home Page:https://mafs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mafs is (ironically) not very good at plotting graphs

stevenpetryk opened this issue · comments

Plotting is a pretty hard problem. Mafs does a good job of plotting pretty mundane graphs, but as soon as you plot something like 1/x, problems become apparent.

Some better heuristics around evaluating functions would be great.