19 lines
480 B
C
19 lines
480 B
C
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// Name: funcmacro_math.h
|
||
|
// Purpose: Math function and macro group docs
|
||
|
// Author: wxWidgets team
|
||
|
// Licence: wxWindows licence
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
/**
|
||
|
|
||
|
@defgroup group_funcmacro_math Math
|
||
|
@ingroup group_funcmacro
|
||
|
|
||
|
The functions in this section are typically related with math operations and
|
||
|
floating point numbers.
|
||
|
|
||
|
|
||
|
*/
|
||
|
|