Query: log
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EXP(3) Linux Programmer's Manual EXP(3)NAMEexp, log, log10, pow - exponential, logarithmic and power functionsSYNOPSIS#include <math.h> double exp(double x); double log(double x); double log10(double x); double pow(double x, double y);DESCRIPTIONThe exp() function returns the value of e (the base of natural logarithms) raised to the power of x. The log() function returns the natural logarithm of x. The log10() function returns the base-10 logarithm of x. The pow() function returns the value of x raised to the power of y.ERRORSThe log() and log10() functions can return the following errors: EDOM The argument x is negative. ERANGE The argument x is zero. The log of zero is not defined. The pow() function can return the following error: EDOM The argument x is negative and y is not an integral value. This would result in a complex number.CONFORMING TOSVID 3, POSIX, BSD 4.3, ISO 9899SEE ALSOsqrt(3), cbrt(3)GNU1993-06-16 EXP(3)
Related Man Pages |
---|
log1p(3m) - bsd |
pow(3m) - bsd |
log10(3) - freebsd |
log2(3) - freebsd |
log1pl(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Pop up dialog box on remote computers |
Interested in Blogging on unix.com ? |
Script to extract line from logfile |
Need Time Stamp Range On Log Files |
Bloggers: Anyone want to blog? |