Query: log10l
OS: hpux
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
log10(3M) log10(3M)NAMElog10(), log10f(), log10l(), log10w(), log10q() - common logarithm functionsSYNOPSISHP Integrity Server OnlyDESCRIPTIONreturns the logarithm base ten of x. is a version of it takes a argument and returns a result. Integrity Server Only is a version of it takes a argument and returns a result. is an version of it takes an argument and returns an result. is equivalent to on HP-UX systems.USAGETo use these functions compile either with the default option or with the and the options. To use (for Integrity servers) or compile also with the option. To use any of these functions, make sure your program includes and link in the math library by specifying on the compiler or linker command line. For more information, see the at the following site: PA-RISC Only Millicode versions of the function are available. Millicode versions of math library functions are usually faster than their counterparts in the standard library. To use these versions, compile your program with the or the optimization option. For special cases, the millicode versions return the value described in the RETURN VALUE section, but do not setRETURN VALUEIf x is +INFINITY, returns +INFINITY. If x is zero, returns (equal to -INFINITY) and raises the divide-by-zero exception. If x is less than zero, returns NaN and raises the invalid exception. If x is NaN, returns NaN. raises the inexact exception whenever a rounded result does not equal the mathematical result.ERRORSIf x is less than zero, sets to [EDOM]. Integrity Server Only HP-UX functions on Integrity servers do not set by default. For setting, compile with the option.SEE ALSOexp(3M), exp10(3M), log(3M), log1p(3M), log2(3M), pow(3M), math(5).STANDARDS CONFORMANCE: SVID3, XPG4.2, ANSI C, ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') : ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') log10(3M)
Related Man Pages |
---|
exp(3m) - hpux |
expf(3m) - hpux |
expl(3m) - hpux |
log10f(3m) - hpux |
logw(3m) - hpux |
Similar Topics in the Unix Linux Community |
---|
How to list file size on HPUX? |
Is UNIX an open source OS ? |
SAN Migration question |
Tar Command |
Shopt -s histappend |