CodingTrain / CodingTrain/Suggestion-Box
Coding challenge: plotter in p5.js
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
I'd like to see a coding challenge in JavaScript about quadratic functions (https://en.wikipedia.org/wiki/Quadratic_function) and how you can create a cartesian coordinate system (https://en.wikipedia.org/wiki/Cartesian_coordinate_system) in combination with eachother.
The function notation is for example: _f(x) = x² -7_, and the formula should be: _y = x² - 7 _.
And then you should be able to draw a cartesian coordinate system with this numbers. (See enclosure)

**EDIT:**
Not specific a quadratic function but just to draw a plotter.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.