CalcDivision
CalcDivision[ n1,n2 ]
CalcDivision[ n1,n2 ] returns n1 divided by n2.
| Example | in | out |
|---|---|---|
The division of 6 and 2. |
CalcDivision[6,2] |
3 |
The division of x and y, where x is defined as 12 and y is defined as 3 in the script. |
CalcDivision[x,y] |
4 |