无法在 NodeMCU/ESP8266 中使用 math.pow 函数

Cannot use math.pow function in NodeMCU/ESP8266

我需要 NodeMCU/ESP8266 中的 math.pow 函数,但我无法包含数学库

您可以尝试使用 exponentiation ^ operator 而不是 math.pow2^3 == 8