*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> expm1 (3)              
Title
Content
Arch
Section
 

EXPM1(3)

Contents


NAME    [Toc]    [Back]

       expm1, log1p - exponential minus 1, logarithm of 1 plus argument

SYNOPSIS    [Toc]    [Back]

       #include <math.h>

       double expm1 ( double x );

       double log1p ( double x );

DESCRIPTION    [Toc]    [Back]

       expm1(x) returns a value equivalent to `exp (x) - 1'. It is computed in
       a way that is accurate even if the value of  x  is  near  zero--a  case
       where  `exp (x) - 1' would be inaccurate due to subtraction of two numbers
 that are nearly equal.

       log1p(x) returns a value equivalent to `log (1 + x)'. It is computed in
       a way that is accurate even if the value of x is near zero.

CONFORMING TO    [Toc]    [Back]

       BSD

SEE ALSO    [Toc]    [Back]

      
      
       exp(3), log(3)



GNU				  1995-09-16			      EXPM1(3)
[ Back ]
 Similar pages
Name OS Title
log10 IRIX exponential, logarithm, power
log IRIX exponential, logarithm, power
exp IRIX exponential, logarithm, power
exp IRIX exponential, logarithm, power
exp IRIX exponential, logarithm, power
powf NetBSD exponential, logarithm, power functions
pow Tru64 Exponential, logarithm, and power functions
log2 Tru64 Exponential, logarithm, and power functions
log1p Tru64 Exponential, logarithm, and power functions
log Tru64 Exponential, logarithm, and power functions
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service