REALPOW
From Jacket Wiki
Back to Function List
Array power for real-only output
Usage
| Jacket for M Language | |||||||||||
| Supported Syntax | |||||||||||
Z = realpow(X,Y) |
|||||||||||
|
|||||||||||
Notes
Z = REALPOW(X,Y) denotes element-by-element powers. X and Y must have the same dimensions unless one is a scalar. A scalar can operate into anything.
An error is produced if the result is complex.