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

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -