Rsqrt - Analog Devices VISUALDSP++ 3.5 Manual

C/c++ compiler and library for adsp-219x processors
Hide thumbs Also See for VISUALDSP++ 3.5:
Table of Contents

Advertisement

rsqrt

reciprocal square root
Synopsis
#include <math.h>
float rsqrtf (float a);
double rsqrt (double a);
Description
This function calculates the reciprocal of the square root of the number
If
is negative, the function returns 0.
a
Algorithm
Domain
[0.0 to +3.4 x 10
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
38
for
rsqrtf()
DSP Run-Time Library
.
a
4-101

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?

Questions and answers

Related Products for Analog Devices VISUALDSP++ 3.5

Table of Contents