Fix typo...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2617 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
faf13cdd7e
commit
0196542a09
@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// "$Id: math.h,v 1.4.2.4.2.6 2002/09/03 02:25:32 easysw Exp $"
|
// "$Id: math.h,v 1.4.2.4.2.7 2002/09/03 15:32:59 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Math header file for the Fast Light Tool Kit (FLTK).
|
// Math header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
@ -46,7 +46,7 @@
|
|||||||
# include <float.h>
|
# include <float.h>
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if (defined(WIN32) || defined(CRAY)) && !define(__MINGW32__) && !defined(__MWERKS__)
|
# if (defined(WIN32) || defined(CRAY)) && !defined(__MINGW32__) && !defined(__MWERKS__)
|
||||||
|
|
||||||
inline double rint(double v) {return floor(v+.5);}
|
inline double rint(double v) {return floor(v+.5);}
|
||||||
inline double copysign(double a, double b) {return b<0 ? -a : a;}
|
inline double copysign(double a, double b) {return b<0 ? -a : a;}
|
||||||
@ -57,5 +57,5 @@ inline double copysign(double a, double b) {return b<0 ? -a : a;}
|
|||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: math.h,v 1.4.2.4.2.6 2002/09/03 02:25:32 easysw Exp $".
|
// End of "$Id: math.h,v 1.4.2.4.2.7 2002/09/03 15:32:59 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user