07-28-2006 03:13 PM
07-28-2006 03:24 PM
07-28-2006 03:27 PM
07-28-2006 03:35 PM
You can do Y=10**((0.001-32.44-(20*log(2400))+X)/20); or Y=pow(10,((0.001-32.44-(20*log(2400))+X)/20));
The one you just posted needs another right parantheses.
08-15-2006 02:30 PM
08-15-2006 02:33 PM
01-09-2009 04:57 AM
01-09-2009 05:02 AM
@SparX In your first formula you end with ";" in the second it's missing, could that be it?
/Y
01-09-2009 05:09 AM - edited 01-09-2009 05:09 AM
01-09-2009 05:16 AM
You need to turn your expression around, so it's in the form of output = function of inputs
In your case, z=x**y;