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.pow2^3 == 8
^
math.pow
2^3 == 8