Exp - 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

exp

exponential
Synopsis
#include <math.h>
double exp(double);
float expf (float);
Description
The
function computes the exponential value
exp
argument. The argument must be in the range [-87.9 , 88.6].
Error Conditions
The
function returns the value
exp
in
when there is an overflow error. In the case of underflow, the
errno
function returns a zero.
Example
#include <math.h>
double y;
y = exp(1.0);
See Also
alog, log,
pow
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
HUGE_VAL
/* y = 2.71828...*/
C/C++ Run-Time Library
to the power of its
e
and stores the value
ERANGE
exp
3-53

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

Subscribe to Our Youtube Channel

Related Products for Analog Devices VISUALDSP++ 3.5

Table of Contents