exp10(3) Library Functions Manual exp10(3) exp10, exp10f, exp10l - 10 LIBRARY Math library (libm, -lm) #define _GNU_SOURCE /* . feature_test_macros(7) */ #include double exp10(double x); float exp10f(float x); long double exp10l(long double x); 10, x. 10 x. , NaN, exp(3). math_error(7), , . exp(3). attributes(7). +----------------------------+----------------------------------------------------------+--------------------------+ | | | | +----------------------------+----------------------------------------------------------+--------------------------+ |exp10(), exp10f(), exp10l() | | MT-Safe | +----------------------------+----------------------------------------------------------+--------------------------+ GNU. glibc 2.1. Before glibc 2.19, the glibc implementation of these functions did not set errno to ERANGE when an underflow error occurred. . cbrt(3), exp(3), exp2(3), log10(3), sqrt(3) Azamat Hackimov , Yuri Kozlov ; GNU 3 , . . , , . Linux man-pages 6.06 31 2023 . exp10(3)