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

Closed ajayjha5899 closed 4 years ago

ajayjha5899 commented 4 years ago

log operation is not written correctly. I think there's some undefined 'log' variable which is causing this issue.

BassCoder2808 commented 4 years ago

I would like to work on this issue Can you please assign it to me ?

aditeyabaral commented 4 years ago

Sure, go ahead 👍

BassCoder2808 commented 4 years ago

Thanks!. I have created the pull request for this issue.