/[ascend]/trunk/base/generic/compiler/rounded.h
ViewVC logotype

Diff of /trunk/base/generic/compiler/rounded.h

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

revision 1065 by johnpye, Thu Mar 30 04:14:29 2006 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 37  Line 37 
37  #ifndef ASC_ROUNDED_H  #ifndef ASC_ROUNDED_H
38  #define ASC_ROUNDED_H  #define ASC_ROUNDED_H
39    
40    /** addtogroup compiler Compiler
41        @{
42    */
43    
44  extern double DIPow(register double d, long int n);  extern double DIPow(register double d, long int n);
45  /**<  /**<
46   *  <!--  double DIPow(d,n)                                            -->   *  <!--  double DIPow(d,n)                                            -->
# Line 253  extern double Ultod(long int l); Line 257  extern double Ultod(long int l);
257  #define UPow(d1,d2) (pow(d1,d2))  #define UPow(d1,d2) (pow(d1,d2))
258  #endif /* SLOPPY */  #endif /* SLOPPY */
259    
260    /* @} */
261    
262  #endif /* ASC_ROUNDED_H */  #endif /* ASC_ROUNDED_H */
263    

Legend:
Removed from v.1065  
changed lines
  Added in v.1066

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22