This function overloads cmath's sqrt function.
Parameters
- x
- valarray containing elements of a type for which the unary function sqrt is defined.
Return value
A valarray object with the square roots of the elements of x.Example
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
|
Output:
foo: 9 25 100 bar: 3 5 10 |
See also
| sqrt (cmath) | Compute square root (function) |
| pow | Compute power of valarray elements (function template) |
| log | Compute natural logarithm of valarray elements (function template) |
