Math Scalar Library
Programming Reference Manual C/C++
Version 1.0 DD-00003-010

5.1 ssqrt - Square root ⎷ -
  x

#include <msca.h>

double ssqrt (double x);
float  ssqrtf(float x);

Given a value x this function computes the square root of x .