I want to have a global constant that has an exponential expression like:
c1 = 1.009249522e-03, c2 = 2.378405444e-04, c3 = 2.019202697e-07
Using the Arduino plugin I am making a project that can read temperature but to make the calculations I need to put those numbers in those constants.
This did NOT work for me:
c1 = 1.009249522 exp(-03)
Please some help would be very appreciated.
Thanks