I'm Paolo
I built a simple weather station ...I need to compute this math formula for windchill:

WINDCHILL = 35.74 + (0.6215 * temperature) - (35.75 x (wind^0.16))+(0.4275 * temperature x (wind^0.16))

Ok OK It's terrible!... but someone can help me? or tell me if it's possible using picbasic pro to solve this problem...and how
All Ideas are welcome!
Temperature max value = 99.9
wind max value = 100

Windchill it's not the most important value of my weather station but I think it's a good lesson for me understand how I can do.

wind ^0.16 = 100 radix wind ^ 16 if can help!!!
Thanks for your attention ...and your time.
Paolo