NAME
pow10, pow10f, pow10l - base-10 power functions
SYNOPSIS
#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <math.h> double pow10(double x); float pow10f(float x); long double pow10l(long double x); Link with -lm.
DESCRIPTION
These functions return the value of 10 raised to the power x.
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 │ ├─────────────────────────────┼───────────────┼─────────┤ │pow10(), pow10f(), pow10l() │ Thread safety │ MT-Safe │ └─────────────────────────────┴───────────────┴─────────┘
CONFORMING TO
This is a GNU extension.
NOTES
These functions are identical to the functions listed under exp10(3).
SEE ALSO
exp10(3), pow(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/. 2015-03-02 POW10(3)
More Linux Commands
manpages/readmult.1.html
readmult(1) - a multitrack wrapper for cdda2wav (Man Page)
readmult allows simultaneous extraction and naming of multiple tracks with cdda2wav SEE ALSO cdda2wav(1) AUTHOR cdda2was was written by Joerg Schilling <js@cs.t
manpages/mkfs.ext3.8.html
mkfs.ext3(8) - create an ext2/ext3/ext4 filesystem (ManPage)
mke2fs is used to create an ext2, ext3, or ext4 filesystem, usually in a disk partition (or file) named by device. The file system size is specified by fs-size.
manpages/glInitNames.3gl.html
glInitNames(3gl) - initialize the name stack (Man Page).....
glInitNames.3gl - The name stack is used during selection mode to allow sets of rendering commands to be uniquely identified. It consists of an ordered set of u
manpages/makedeltaiso.8.html
makedeltaiso(8) - create a deltaiso from two isos (ManPage)
makedeltaiso creates a deltaiso from two isos. Do not specify a device (such as /dev/dvd) for either oldiso or newiso. SEE ALSO applydeltaiso(8) AUTHOR Michael
manpages/git-credential-cache--daemon.1.html
git-credential-cache--daemon(1) Temporarily store user crede
Note You probably dont want to invoke this command yourself; it is started automatically when you use git-credential-cache(1). This command listens on the Unix
manpages/Tcl_GetDefaultEncodingDir.3.html
Tcl_GetDefaultEncodingDir(3) - procedures for creating and u
Tcl_GetEncoding finds an encoding given its name. The name may refer to a built-in Tcl encoding, a user-defined encoding registered by calling Tcl_CreateEncodin
manpages/gluGetString.3gl.html
gluGetString(3gl) - return a string describing the GLU versi
gluGetString returns a pointer to a static string describing the GLU version or the GLU extensions that are supported. The version number is one of the followin
manpages/gendiff.1.html
gendiff(1) - utility to aid in error-free diff file generati
gendiff is a rather simple script which aids in generating a diff file from a single directory. It takes a directory name and a diff-extension as its only argum
manpages/Tcl_DeleteInterp.3.html
Tcl_DeleteInterp(3) - create and delete Tcl command interpre
Tcl_CreateInterp creates a new interpreter structure and returns a token for it. The token is required in calls to most other Tcl procedures, such as Tcl_Create
manpages/splice.2.html
splice(2) - splice data to/from a pipe - Linux manual page
splice() moves data between two file descriptors without copying between kernel address space and user address space. It transfers up to len bytes of data from
manpages/Tk_NameOfJustify.3.html
Tk_NameOfJustify(3) - translate between strings and justific
Tk_GetJustifyFromObj places in *justifyPtr the justify value corresponding to objPtrs value. This value will be one of the following: TK_JUSTIFY_LEFT Means that
manpages/ttk_frame.n.html
ttk_frame(n) Simple container widget - Linux manual page....
A ttk::frame widget is a container, used to group other widgets together. STANDARD OPTIONS -class -cursor -takefocus -style See the ttk_widget manual entry for
