Floor division missing?
Posted: Wednesday 06 January 2021 18:52
Does dzVents have a floor division operator, like // in python? I could not find...
dzVents is a framework for Lua coding in domoticz. The underlying language is Lua so everything that is available in Lua is available in dzVents.
Code: Select all
math.floor(a / b)