Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

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 .