Quotient
Returns the quotient of two inputs.

Description
The Quotient block returns the quotient of two inputs. This is a code block from the Math drawer.
Usage
Returns the quotient of two inputs.
Syntax
Inputs:
- A number (the dividend)
- A number (the divisor)
The first value will be divided by the second.

Example
This is a model of an epidemic. To monitor the spread of the epidemic, data boxes and a line graph have been employed to monitor immune, uninfected, and infected populations. An epidemic occurs when the infected population exceeds the expected infected population. When over 5% of the population is infected, the warning label is shown.

Related Blocks
- Product - Multiplies two numbers
- Sum - Adds two numbers
- Difference - Subtracts two numbers