Page 1 of 1

algebraic sddsprocess

Posted: 01 Sep 2008, 08:13
by petrenko
Hi!
Is it possible to somehow implement the functions, defined in defns.rpn, for "algebraic" mode in sddsprocess?
Algebraic mode is very useful for long expressions, but it supports only the simplest operations (abs, sinh, cosh, int, etc., are not supported).

There is also a problem with negative numbers in this mode:
"-define=col,x, -1+1 ,algebraic" does not work, you need to write "-define=col,x, 0-1+1 ,algebraic" instead.

Thanks.

Re: algebraic sddsprocess

Posted: 02 Sep 2008, 16:33
by soliday
I fixed the problem with negative numbers.

I also added some of the missing functions such as abs, sinh, cosh and a few others.

This will go out with the next release.

Re: algebraic sddsprocess

Posted: 04 Sep 2008, 02:44
by petrenko
Thanks a lot!