| << pinv | Elementary functions | real >> | 
| Y = pow2(E) | 
| Y = pow2(X, E) | 
Exponent values
Significand values
result of pow2.
Y = pow2(E) computes 2 to the power of E.
Y = pow2(X, E) computes X times 2 to the power of E.
R = pow2([1, 2, 3; 4, 5, 6], [6, 5, 4; 3, 2, 1])
log2.
| Version | Description | 
|---|---|
| 1.0.0 | initial version | 
Allan CORNET