]> git.saurik.com Git - wxWidgets.git/blame - interface/math.h
fixed links to global variables; fixed categories; use @see instead of @seealso
[wxWidgets.git] / interface / math.h
CommitLineData
23324ae1 1/////////////////////////////////////////////////////////////////////////////
7c913512
FM
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/**
4cc4bfaf 10Returns a non-zero value if @a x is neither infinite nor NaN (not a number),
7c913512 11returns 0 otherwise.
23324ae1
FM
12*/
13int wxFinite(double x);
14
15