makaip / mathematix

A nodeblock-based math webapp.
https://makaip.github.io/mathematix/
GNU General Public License v3.0
4 stars 0 forks source link

Unit Testing #19

Open AlexanderJCS opened 8 months ago

AlexanderJCS commented 8 months ago

Unit testing is something that will be needed as we get farther into this project. It can be basic, like checking for asymptotes or just making sure f(x) is correct for a few points on f(x) (e.g., assert f(x) = x, f(1) = 1)