Implementing equations

Hello

I have been working with data acquisition with the Arduino.

I have the following problem, can not implement the following equation: :grin:

pv=TRH*(6.107810^(7.5T-2048/T-35.85)).

regards.

It is probably the ^ that is throwing you, this is a bit wise exclusive OR.
You need
file:///Applications/Arduino.app/Contents/Resources/Java/reference/Pow.html

Grumpy_Mike:
It is probably the ^ that is throwing you, this is a bit wise exclusive OR.
You need
file:///Applications/Arduino.app/Contents/Resources/Java/reference/Pow.html

this might be a better link: http://www.arduino.cc/en/Reference/Pow