2

I need the math.pow function in NodeMCU/ESP8266 but I cannot include the math library

mpromonet
  • 11,326
  • 43
  • 62
  • 91
jezuz
  • 413
  • 2
  • 5
  • 13

1 Answers1

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