makaip / mathematix

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

Implemented log function and temporarily commented out factorial function #23

Closed Valenciola closed 7 months ago

Valenciola commented 7 months ago

The log function has been implemented using the change-of-base formula and appears to graph correctly (at least, for variable x and value 5), for the most part (exception will be explained in an issue).

The factorial function has also been commented out (everywhere except for in nerdamer files) temporarily until it can be implemented, either with just basic integers for now or (hopefully) with the gamma function and negative numbers.

Please review any changes made and let me know if anything else needs to be amended at the moment.

AlexanderJCS commented 7 months ago

Thanks for these changes. Looks good