]>
git.saurik.com Git - wxWidgets.git/blob - interface/math.h
8e9d46ac1733c972458cdf37d038641f0ffc5eed
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: documentation for global functions
4 // Author: wxWidgets team
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
10 Returns a non-zero value if @a x is neither infinite nor NaN (not a number),
13 int wxFinite(double x
);