]>
Commit | Line | Data |
---|---|---|
dae2800a BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: funcmacro_math.h | |
3 | // Purpose: Math function and macro group docs | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id: funcmacro_gdi.h 52454 2008-03-12 19:08:48Z BP $ | |
526954c5 | 6 | // Licence: wxWindows licence |
dae2800a BP |
7 | ///////////////////////////////////////////////////////////////////////////// |
8 | ||
9 | /** | |
10 | ||
11 | @defgroup group_funcmacro_math Math | |
12 | @ingroup group_funcmacro | |
13 | ||
dbbca9fd FM |
14 | The functions in this section are typically related with math operations and |
15 | floating point numbers. | |
16 | ||
17 | ||
dae2800a BP |
18 | */ |
19 |