]> git.saurik.com Git - wxWidgets.git/blob - interface/math.h
e122fa02bfacc6888d1ada5f67699206c0e647e4
[wxWidgets.git] / interface / math.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: math.h
3 // Purpose: documentation for global functions
4 // Author: wxWidgets team
5 // RCS-ID: $Id$
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
8
9 /**
10 Returns a non-zero value if @e x is neither infinite nor NaN (not a number),
11 returns 0 otherwise.
12 */
13 int wxFinite(double x);
14
15