Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要 NodeMCU/ESP8266 中的 math.pow 函数,但我不能包含数学库
您可以尝试使用指数^运算符而不是math.pow: 2^3 == 8。
^
math.pow
2^3 == 8