1EXP10(3)                   Linux Programmer's Manual                  EXP10(3)
2
3
4

NAME

6       exp10, exp10f, exp10l - base-10 exponential function
7

SYNOPSIS

9       #define _GNU_SOURCE
10       #include <math.h>
11
12       double exp10(double x);
13       float exp10f(float x);
14       long double exp10l(long double x);
15
16       Link with -lm.
17

DESCRIPTION

19       The exp10() function returns the value of 10 raised to the power of x.
20

CONFORMING TO

22       The function is a GNU extension.
23

SEE ALSO

25       cbrt(3), exp(3), exp2(3), sqrt(3), feature_test_macros(7)
26
27
28
29GNU                               2002-07-27                          EXP10(3)
Impressum