SQRT
From Jacket Wiki
Back to Function List
SQRT(X) is the square root of the elements of X.
Usage
| Jacket for M Language | |||||||||||
| Supported Syntax | |||||||||||
B = sqrt(X) |
|||||||||||
|
|||||||||||
Notes
- When used in GCOMPILE, sqrt() will return NaN if the input is real and negative.
Back to Function List
SQRT(X) is the square root of the elements of X.
| Jacket for M Language | |||||||||||
| Supported Syntax | |||||||||||
B = sqrt(X) |
|||||||||||
|
|||||||||||