Re: [Faudiostream-users] 'inf' was not declared in this scope

2016-09-26 Thread Pierre Lecomte
Hello, Thanks for your answers ! Effectively, the code compiles with option -double but not with default option -single. I'll use -double precision waiting for the fix ! Thank you Pierre > Hi, > > Right, the compiler try to factorize a multiplication by 0 ! Another way to > see the problem it to

Re: [Faudiostream-users] 'inf' was not declared in this scope

2016-09-26 Thread Yann Orlarey
Hi, Right, the compiler try to factorize a multiplication by 0 ! Another way to see the problem it to compare : process= (_*cos(1/2*ma.PI)^3,_,_*cos(-1/2*ma.PI)^3); and process= (_*cos(1/2*ma.PI)^3,_,_*cos(-1/2*ma.PI)^3) :> _; in simple and double precision. Clearly, the factorization rule