Skip to main content

Arithmetic

  • Bundle ID: arithmetic

A bundle of plugins for performing arithmetic operations

Requisites

This bundle does not require any credentials.

Plugins

Add

Add two numbers together

  • Plugin ID: arithmetic/add

Inputs

  • number_1: The first number
  • number_2: The second number

Outputs

  • result: The result of adding the two numbers

Divide

Divide number 1 by number 2

  • Plugin ID: arithmetic/divide

Inputs

  • number_1: The first number
  • number_2: The second number

Outputs

  • result: The result of dividing the two numbers

Multiply

Multiply two numbers

  • Plugin ID: arithmetic/multiply

Inputs

  • number_1: The first number
  • number_2: The second number

Outputs

  • result: The result of multiplying the two numbers

Subtract

Subtract number 1 by number 2

  • Plugin ID: arithmetic/subtract

Inputs

  • number_1: The first number
  • number_2: The second number

Outputs

  • result: The result of subtracting two numbers