/[avr-libc]/avr-libc/include/math.h
ViewVC logotype

Diff of /avr-libc/include/math.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC revision 1.9 by aesok, Fri Nov 11 21:45:36 2005 UTC
# Line 201  extern double ldexp(double __x, int __ex Line 201  extern double ldexp(double __x, int __ex
201    
202       The exp() function returns the exponential value of \c x.       The exp() function returns the exponential value of \c x.
203    */    */
204  extern double exp(double _x) __ATTR_CONST__;  extern double exp(double __x) __ATTR_CONST__;
205    
206    /**    /**
207       \ingroup avr_math       \ingroup avr_math
# Line 318  extern int isinf(double __x) __ATTR_CONS Line 318  extern int isinf(double __x) __ATTR_CONS
318       This function does not belong to the C standard definition.       This function does not belong to the C standard definition.
319    */    */
320  extern double square(double __x) __ATTR_CONST__;  extern double square(double __x) __ATTR_CONST__;
   /**  
      \ingroup avr_math  
   
      The function inverse() returns <tt>1 / x</tt>.  
   
      \note  
      This function does not belong to the C standard definition.  
   */  
 extern double inverse(double) __ATTR_CONST__;  
321    
322  #ifdef __cplusplus  #ifdef __cplusplus
323  }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26