Hi Thomas,
I am writting a Script and I have a problem when I try to call a math function. This is the example:
double NUM = 0;
double a = 2.0;
double b = 3.0;
NUM = pow (a, b);
...
and then it appears this message Error: " No matching signatures to 'pow(double&, double&)' ''
Do you know what is missing or which is the mistake??
Thank you in advance.
Best regards,
Laia
Math
Re: Math
Hi Laia,
I'll look into this asap, I can re-create the problem.
The latest MemBrain release does not recognize any math functions as far as I can see, the debug version does, however.
I'll prepare an update as soon as I have resolved this, thanks for the invaluable feedback!
Thomas
I'll look into this asap, I can re-create the problem.
The latest MemBrain release does not recognize any math functions as far as I can see, the debug version does, however.
I'll prepare an update as soon as I have resolved this, thanks for the invaluable feedback!
Thomas
Thomas Jetter
Re: Math
Hi Laia,
MemBrain version 03.05.00.02 which has the mentioned bug fix just went online and can be downloaded from http://www.membrain-nn.de now.
Regards,
Thomas
MemBrain version 03.05.00.02 which has the mentioned bug fix just went online and can be downloaded from http://www.membrain-nn.de now.
Regards,
Thomas
Thomas Jetter