Download OpenAPI specification:Download
Basic arithmetic operations
Returns the product of a and b
Input numbers for multiplication
Product returned
Generated server url
{"a": 0,"b": 0}
Returns the integer division result of a / b
Input numbers for division
Division result
Division by zero
Returns the sum of two query parameters
First number
Second number
Successful addition
Accepts a JSON body with 'a' and 'b', and returns their sum
Input numbers
Sum returned
Returns the result of a - b
Subtraction result