I am a little confused when I use the following sentence in c-script:
d=(int)sqrt((InputSignal(0,0))^2+(InputSignal(1,0))^2);
the error message is as follows:
line 2: error: invalid operands to binary expression ('double' and 'double')
I have included math.h and stdio.h in the declaration page, so what's wrong?