On 02/07, Dario Sanfilippo wrote:
>
> Other than that, can you tell why -2 or 2 is producing -inf?

Runtime integer overflow, I guess. Why didn't you try to simplify
your code ? ;)

Consider

        process = 2.0', 2' : par( i, 2, ^(32));

output:

        0                       0
        4.2949673e+09           0
        ...


this means that

        process = 2.0', 2' : par( i, 2, 1/^(32));
        
outputs

        inf                     inf
        2.32830644e-10          inf
        ...

Oleg.



_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to