/[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.5.2.1 by arcanum, Tue Jun 7 18:24:59 2005 UTC revision 1.5.2.2 by aesok, Fri Nov 11 21:56:08 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.5.2.1  
changed lines
  Added in v.1.5.2.2

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