X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa6ec1d78726fd2f2d9e32dabb6f5a289978af25..7c913512a4c9f36e11e07ea707002fab1608d324:/interface/math.h diff --git a/interface/math.h b/interface/math.h index db1265755e..e122fa02bf 100644 --- a/interface/math.h +++ b/interface/math.h @@ -1,16 +1,15 @@ ///////////////////////////////////////////////////////////////////////////// - // 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