Copyright Digital Equipment Corp. All rights reserved.

Return_Values

   x                  The natural logarithm of (1+y).
   -HUGE_VAL          y is less than -1 (errno is set to EDOM), or y
                      = -1 (errno is set to ERANGE).
   NaN                y is NaN; errno is set to EDOM.