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

Function extension #37

@RDeRenzi

Description

@RDeRenzi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions