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.


Comments

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -