Evaluate the square root. More...
| Functions | |
| array | sqrt (const array &in) | 
| C++ Interface to evaluate the square root. | |
| af_err | af_sqrt (af_array *out, const af_array in) | 
| C Interface to evaluate the square root. | |
Evaluate the square root.
C Interface to evaluate the square root.
| [out] | out | square root | 
| [in] | in | input array | 
C++ Interface to evaluate the square root.
| [in] | in | input |