Skip to main content

https://mintcdn.com/xano-997cb9ee/GK7krl3WPzHY1W81/images/icons/xs_temp.svg?fit=max&auto=format&n=GK7krl3WPzHY1W81&q=85&s=317ecc913ba93fbb1ced64b38d38b286 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/GK7krl3WPzHY1W81/images/icons/xs_temp.svg?fit=max&auto=format&n=GK7krl3WPzHY1W81&q=85&s=317ecc913ba93fbb1ced64b38d38b286 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/GK7krl3WPzHY1W81/images/icons/xs_temp.svg?fit=max&auto=format&n=GK7krl3WPzHY1W81&q=85&s=317ecc913ba93fbb1ced64b38d38b286 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/GK7krl3WPzHY1W81/images/icons/xs_temp.svg?fit=max&auto=format&n=GK7krl3WPzHY1W81&q=85&s=317ecc913ba93fbb1ced64b38d38b286 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/GK7krl3WPzHY1W81/images/icons/xs_temp.svg?fit=max&auto=format&n=GK7krl3WPzHY1W81&q=85&s=317ecc913ba93fbb1ced64b38d38b286 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/GK7krl3WPzHY1W81/images/icons/xs_temp.svg?fit=max&auto=format&n=GK7krl3WPzHY1W81&q=85&s=317ecc913ba93fbb1ced64b38d38b286 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/GK7krl3WPzHY1W81/images/icons/xs_temp.svg?fit=max&auto=format&n=GK7krl3WPzHY1W81&q=85&s=317ecc913ba93fbb1ced64b38d38b286 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/GK7krl3WPzHY1W81/images/icons/xs_temp.svg?fit=max&auto=format&n=GK7krl3WPzHY1W81&q=85&s=317ecc913ba93fbb1ced64b38d38b286 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
}