I need the math.pow function in NodeMCU/ESP8266 but I cannot include the math library
Asked
Active
Viewed 1,177 times
1 Answers
2
You may try using the exponentiation ^
operator instead of math.pow
: 2^3 == 8
.

ryanpattison
- 6,151
- 1
- 21
- 28

Paul Kulchenko
- 25,884
- 3
- 38
- 56