Sorry, I went a little Ren and Stimpy just then. I have the following formula that works just dandy in my Arduino IDE and sketches:
dew point = (243.12 * ((log(Humid / 100.0)
My question is . . . what do I replace "log" with in my MIT App Inventor math block toolbox? I am using the numeric 2.718281828459 (Euler's number) but I really do not understand the numeric specificities in logs. I am attaching a clear png. of my math block which I believe to be correct, save for my misunderstanding of "log." My gratitude to the math wizard who can guide me.
How to calculate dew point? How to calculate relative humidity?
Many equations describing this relationship have been formed. None of them are perfect, though. This dew point calculator uses the Magnus-Tetens formula (based on the article by Mark G. Lawrence from 2005) that allows us to obtain accurate results (with an uncertainty of 0.35 °C) for temperatures ranging from -40 °C to 50 °C.
The dew point is calculated according to the following formula:
Thank you for those demonstration blocks translating a formula into something digestible. . I am still rather fearful of the purple blocks, call, et al.
Thank you for turning my fuster-cluck formula into a neat and orderly layout. I learned some more by following it. When to use the orange blocks and the ubiquitous "get" command still eludes me.