Precalc
Precalc copied to clipboard
This repo contains some code which can graph equations in a UIView.
There has to be a more performant way to graph all of these points, but I don't know what it is. Trying to graph more than a few points is...
Sine is implemented. We still need: - [x] Cosine - [x] Tangent - [ ] Arcsine - [ ] Cotangent - [ ] Arctangent
The two thick axis lines don't actually move to be centered along the graph, so creating a graph with a lower bound that is not the negative of the upper...
It would be nice if there was a proper parabola equation that offered all of the parameters of a pen and paper equation. (Right now, we can simulate a parabola...
I don't have a modern iPad, so I can't run this in Playgrounds on iOS 10. I know nothing about Playgrounds for iPad except that it runs Swift on iPad...