NAME
exp10, exp10f, exp10l - base-10 exponential function
SYNOPSIS
#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <math.h> double exp10(double x); float exp10f(float x); long double exp10l(long double x); Link with -lm.
DESCRIPTION
These functions return the value of 10 raised to the power of x.
RETURN VALUE
On success, these functions return the base-10 exponential value of x. For various special cases, including the handling of infinity and NaN, as well as overflows and underflows, see exp(3).
ERRORS
See math_error(7) for information on how to determine whether an error has occurred when calling these functions. For a discussion of the errors that can occur for these functions, see exp(3).
VERSIONS
These functions first appeared in glibc in version 2.1.
ATTRIBUTES
For an explanation of the terms used in this section, see attributes(7). ┌─────────────────────────────┬───────────────┬─────────┐ │Interface │ Attribute │ Value │ ├─────────────────────────────┼───────────────┼─────────┤ │exp10(), exp10f(), exp10l() │ Thread safety │ MT-Safe │ └─────────────────────────────┴───────────────┴─────────┘
CONFORMING TO
These functions are GNU extensions.
BUGS
Prior to version 2.19, the glibc implementation of these functions did not set errno to ERANGE when an underflow error occurred.
SEE ALSO
cbrt(3), exp(3), exp2(3), log10(3), sqrt(3)
COLOPHON
This page is part of release 4.09 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/.
More Linux Commands
manpages/Math::Complex.3pm.html
Math::Complex(3pm) - complex numbers and associated mathemat
This package lets you create and manipulate complex numbers. By default, Perl limits itself to real numbers, but an extra use statement brings full complex supp
manpages/paste.1.html
paste(1) - merge lines of files (Commands - Linux man page)
Write lines consisting of the sequentially corresponding lines from each FILE, separated by TABs, to standard output. With no FILE, or when FILE is -, read stan
manpages/Cyrus::SIEVE::managesieve.3pm.html
Cyrus::SIEVE::managesieve(3pm) - Perl extension for blah bla
Call sieve_get_handle to get a handle for further calls. sieve_get_error will return a string representing the last error, if any. Blah blah blah. AUTHOR T. Mar
manpages/svc_getcaller.3.html
svc_getcaller(3) - library routines for remote procedure cal
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s
manpages/statfs.2.html
statfs(2) - get file system statistics - Linux manual page
The function statfs() returns information about a mounted filesystem. path is the pathname of any file within the mounted filesystem. buf is a pointer to a stat
manpages/XRectangle.3.html
XRectangle(3) - draw rectangles and rectangles structure....
The XDrawRectangle and XDrawRectangles functions draw the outlines of the specified rectangle or rectangles as if a five-point PolyLine protocol request were sp
manpages/XDeleteDeviceProperty.3.html
XDeleteDeviceProperty(3) - Get, change or delete a device's
The XGetDeviceProperty function returns the actual type of the property; the actual format of the property; the number of 8-bit, 16-bit, or 32-bit items transfe
manpages/wmouse_trafo.3ncurses.html
wmouse_trafo(3ncurses) - mouse interface through curses.....
These functions provide an interface to mouse events from ncurses(3NCURSES). Mouse events are represented by KEY_MOUSE pseudo-key values in the wgetch input str
manpages/glEdgeFlag.3gl.html
glEdgeFlag(3gl) - flag edges as either boundary or nonbounda
Each vertex of a polygon, separate triangle, or separate quadrilateral specified between a glBegin/glEnd pair is marked as the start of either a boundary or non
manpages/glScaled.3gl.html
glScaled(3gl) - multiply the current matrix by a general sca
glScale produces a nonuniform scaling along the x, y, and z axes. The three parameters indicate the desired scale factor along each of the three axes. The curre
manpages/Tk_DefineBitmap.3.html
Tk_DefineBitmap(3) - maintain database of single-plane pixma
These procedures manage a collection of bitmaps (one-plane pixmaps) being used by an application. The procedures allow bitmaps to be re-used efficiently, thereb
manpages/glTexParameterf.3gl.html
glTexParameterf(3gl) - set texture parameters (Man Page)....
Texture mapping is a technique that applies an image onto an objects surface as if the image were a decal or cellophane shrink-wrap. The image is created in tex
