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

C Run-Time Library Reference

log10

base 10 logarithm
Synopsis
#include <math.h>
double log10(double);
float log10f(float);
Description
The
function returns the base 10 logarithm of its input.
log10
Error Conditions
The
function indicates a domain error (sets
log10
returns a zero if the input is negative.
Example
#include <math.h>
double y;
y = log10(100.0);
See Also
alog10, log,
pow
3-90
/* y = 2.0 */
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
to
) and
errno
EDOM
for ADSP-219x DSPs

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?

Subscribe to Our Youtube Channel

Related Products for Analog Devices VISUALDSP++ 3.5

Table of Contents