Math Vector Library
Programming Reference Manual C/C++
Version 1.0 DD-00002-010

5 Roots

5.1 vsqrt - Vector square root ⎷ --
  x
5.1.1 Parameters
5.2 vrsqrt - Vector reciprocal square root  ⎷ --
1/ x
5.2.1 Parameters
5.3 vcbrt - Vector cube root ⎷ --
 3x
5.3.1 Parameters
5.4 vrcbrt - Vector reciprocal cube root  ⎷ --
1/3x
5.4.1 Parameters