algebraic sddsprocess

Moderators: cyao, michael_borland

Post Reply
petrenko
Posts: 43
Joined: 09 Jun 2008, 02:53
Contact:

algebraic sddsprocess

Post by petrenko » 01 Sep 2008, 08:13

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.

soliday
Posts: 391
Joined: 28 May 2008, 09:15

Re: algebraic sddsprocess

Post by soliday » 02 Sep 2008, 16:33

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.

petrenko
Posts: 43
Joined: 09 Jun 2008, 02:53
Contact:

Re: algebraic sddsprocess

Post by petrenko » 04 Sep 2008, 02:44

Thanks a lot!

Post Reply