thanks Nathan. I looked into implementing custom functions. It seems
On Sep 29, 1:22 pm, Nathan Funk <
nathan.f...@singularsys.com> wrote:
> Hi Caroline,
>
> Jep lets you extend the built-in functions with custom functions very
> easily. So although cube-root is not part of the built-in function set
> in version 3.3, you can add whichever implementation you chose with
> little code.
>
> Have a look at the documentation at:
>
>
http://www.singularsys.com/jep/doc/html/customfunctions.html
>
> And, as you may already know, the Java API provides a cube root
> implementation as:
>