/////////////////////////////////////////////////////////////////////////////
- // Name: math.h
- // Purpose: documentation for global functions
- // Author: wxWidgets team
- // RCS-ID: $Id$
- // Licence: wxWindows license
- /////////////////////////////////////////////////////////////////////////////
-
- /**
- Returns a non-zero value if @e x is neither infinite nor NaN (not a number),
- returns 0 otherwise.
+// Name: math.h
+// Purpose: documentation for global functions
+// Author: wxWidgets team
+// RCS-ID: $Id$
+// Licence: wxWindows license
+/////////////////////////////////////////////////////////////////////////////
+
+/**
+Returns a non-zero value if @e x is neither infinite nor NaN (not a number),
+returns 0 otherwise.
*/
int wxFinite(double x);
-
\ No newline at end of file