unit, integer
Source: /avail/Dimensional Analysis/Core
Categories: Dimensional Analysis
Compute and answer the result of raising the specified
unit
to the specified power.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | theUnit | unit |
A unit .
|
|
2 | theExponent | integer | The exponent. | |
Returns | unit | The result of the exponentiation. |
dimensioned quantity, whole number
Source: /avail/Dimensional Analysis/Core
Categories: Dimensional Analysis
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | base | dimensioned quantity | The base. | |
2 | power | whole number | The exponent. | |
Returns | dimensioned quantity | The result of the exponentiation. |