Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Function extension #37

Open
RDeRenzi opened this issue Dec 17, 2017 · 0 comments
Open

Function extension #37

RDeRenzi opened this issue Dec 17, 2017 · 0 comments

Comments

@RDeRenzi
Copy link

Hi
from my very partial understanding of how the code works I expect that the simple addition of two code lines each for log10, log and exp in equation_base.py, e.g.

 if has_numpy:
     addFn('exp',"exp({0:s})","\\exp{{{0:s}}}",1,np.exp)
else:
     addFn('exp',"exp({0:s})","\\exp{{{0:s}}}",1,math.exp)

should suffice to implement also those three functions that are presently missing.
May I propose this?

Thanks Roberto

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant