power
- Format:
- pow
*er(int_expr
vector_expr base,
int_expr
vector_expr exponent)
- Result:
- Number, vector
- Description:
- The first argument is raised
to the power specified by the
second argument. If the first argument is a number, the second
argument must not be a vector.
- Example 1
- SPECTRA
> * = power(2, 3)
8
- Example 2
- SPECTRA
> calc bpu1 = pow(bpu1, bpu1)