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

5.2 srsqrt - Inverse square root  ⎷ -
1/ x

#include <msca.h>

double srsqrt (double x);
float  srsqrtf(float x);

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