[BACK]Return to w_lgammaf.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libm / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libm/src/w_lgammaf.c between version 1.6 and 1.7

version 1.6, 2001/01/06 00:15:00 version 1.7, 2002/05/26 22:02:02
Line 21  __RCSID("$NetBSD$");
Line 21  __RCSID("$NetBSD$");
 #include "math.h"  #include "math.h"
 #include "math_private.h"  #include "math_private.h"
   
 #ifdef __STDC__  float
         float lgammaf(float x)  lgammaf(float x)
 #else  
         float lgammaf(x)  
         float x;  
 #endif  
 {  {
 #ifdef _IEEE_LIBM  #ifdef _IEEE_LIBM
         return __ieee754_lgammaf_r(x,&signgam);          return __ieee754_lgammaf_r(x,&signgam);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>