Skip to content

other

pythonFloatBinary cached

pythonFloatBinary(operator, val1, val2)

given an operator and two values, evaluates the result of applying the operator to the values as floating string ("42.0")

pythonScaleInteger cached

pythonScaleInteger(value, scale)

Scales the given float/bool/integer value by the provided scale factor. Returns floor of scaled value