aditeyabaral / gpython

Recreated the popular graphing application "Desmos" on Python using matplotlib, scipy and numpy. GPython can be used as an extensive graphing application that can plot 2D, 3D and even polar curves and also differentiate and integrate functions.
13 stars 8 forks source link

log operation in Calculator.py #4 #6

Closed BassCoder2808 closed 4 years ago

BassCoder2808 commented 4 years ago

I have fixed the bug which was there. There was just a small change which was that earlier we were using log instead of math.log().