betterthandesmos icon indicating copy to clipboard operation
betterthandesmos copied to clipboard

A graphing calculator, based on evaluating JavaScript expressions!

Results 2 betterthandesmos issues
Sort by recently updated
recently updated
newest added

[Here](https://drakeluce.com/betterthandesmos/?function=Math.sin(x)*Math.sin((Date.now()%2F1000))%0AMath.cos(x)*Math.cos((Date.now()%2F1000))%0AMath.tan(x)*Math.tan((Date.now()%2F1000))) is a good example of this happening. Because of the thresholding to prevent vertical bars, sometimes the secant line gets funky. There's probably a function that can determine when...

bug
help wanted

Rather than making an individual stroke for each delta-line, construct the path wholly, then stroke once.

enhancement
help wanted