number, dimensioned quantity
Source: /avail/Dimensional Analysis/Core
Categories: Dimensional Analysis
Compute and answer the quotient of the number and the
dimensioned quantity.
| Position | Name | Type | Description | |
|---|---|---|---|---|
| Parameters | ||||
| 1 | dividend | number | A number. | |
| 2 | divisor | dimensioned quantity |
A dimensioned quantity.
|
|
| Returns | dimensioned quantity | The quotient of dividend and divisor. | ||
dimensioned quantity, number
Source: /avail/Dimensional Analysis/Core
Categories: Dimensional Analysis
Compute and answer the quotient of the
dimensioned quantity and the number.
| Position | Name | Type | Description | |
|---|---|---|---|---|
| Parameters | ||||
| 1 | dividend | dimensioned quantity |
A dimensioned quantity.
|
|
| 2 | divisor | number | A number. | |
| Returns | dimensioned quantity | The quotient of dividend and divisor. | ||
dimensioned quantity, dimensioned quantity
Source: /avail/Dimensional Analysis/Core
Categories: Dimensional Analysis
Compute and answer the quotient of the arguments.
| Position | Name | Type | Description | |
|---|---|---|---|---|
| Parameters | ||||
| 1 | dividend | dimensioned quantity |
A dimensioned quantity.
|
|
| 2 | divisor | dimensioned quantity |
A dimensioned quantity.
|
|
| Returns | any |
The quotient of dividend and divisor. If the result is a scalar, then its extent will be returned (i.e., it will be normalized to a number ).
|
||