2008-03-14 01:47:17 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: funcmacro_math.h
|
|
|
|
// Purpose: Math function and macro group docs
|
|
|
|
// Author: wxWidgets team
|
2010-07-13 09:29:13 -04:00
|
|
|
// Licence: wxWindows licence
|
2008-03-14 01:47:17 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup group_funcmacro_math Math
|
|
|
|
@ingroup group_funcmacro
|
|
|
|
|
2008-12-12 13:51:54 -05:00
|
|
|
The functions in this section are typically related with math operations and
|
|
|
|
floating point numbers.
|
|
|
|
|
|
|
|
|
2008-03-14 01:47:17 -04:00
|
|
|
*/
|
|
|
|
|