Skip to main content

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/xs_temp.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=6e05b86a660544b2d6040353bd8faac8 Add Number

math.add myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.add myVariable {
  value = 5
}

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/xs_temp.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=6e05b86a660544b2d6040353bd8faac8 Subtract Number

math.sub myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.sub myVariable {
  value = 5
}

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/xs_temp.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=6e05b86a660544b2d6040353bd8faac8 Multiply Number

math.mul myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
    math.mul myVariable {
      value = 5
    }

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/xs_temp.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=6e05b86a660544b2d6040353bd8faac8 Divide Number

math.div myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.div myVariable {
  value = 5
}

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/xs_temp.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=6e05b86a660544b2d6040353bd8faac8 Modulus Number

math.mod myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.mod myVariable {
  value = 5
}

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/xs_temp.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=6e05b86a660544b2d6040353bd8faac8 Bitwise AND Number

math.bitwise.and myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.bitwise.and myVariable {
  value = 5
}

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/xs_temp.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=6e05b86a660544b2d6040353bd8faac8 Bitwise OR Number

math.bitwise.or myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.bitwise.or myVariable {
  value = 5
}

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/xs_temp.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=6e05b86a660544b2d6040353bd8faac8 Bitwise XOR Number

math.bitwise.xor myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.bitwise.xor myVariable {
  value = 5
}