lua - Cannot use math.pow function in NodeMCU/ESP8266 -
i need math.pow function in nodemcu/esp8266 cannot include math library
you may try using exponentiation ^ operator instead of math.pow: 2^3 == 8.
i need math.pow function in nodemcu/esp8266 cannot include math library
you may try using exponentiation ^ operator instead of math.pow: 2^3 == 8.
Comments
Post a Comment