numeric_limits< float > Class Reference#include <_limits.h>
List of all members.
|
Static Public Member Functions |
static | float (_STLP_CALL min)() _STLP_NOTHROW |
static float _STLP_CALL | denorm_min () _STLP_NOTHROW |
static | float (_STLP_CALL max)() _STLP_NOTHROW |
static float _STLP_CALL | epsilon () _STLP_NOTHROW |
static float _STLP_CALL | round_error () _STLP_NOTHROW |
static float _STLP_CALL | infinity () _STLP_NOTHROW |
static float _STLP_CALL | quiet_NaN () _STLP_NOTHROW |
static float _STLP_CALL | signaling_NaN () _STLP_NOTHROW |
Detailed Description
Definition at line 449 of file _limits.h.
Member Function Documentation
static numeric_limits< float >::float |
( |
_STLP_CALL |
min |
) |
[inline, static] |
static float _STLP_CALL numeric_limits< float >::denorm_min |
( |
|
) |
[inline, static] |
static numeric_limits< float >::float |
( |
_STLP_CALL |
max |
) |
[inline, static] |
static float _STLP_CALL numeric_limits< float >::epsilon |
( |
|
) |
[inline, static] |
static float _STLP_CALL numeric_limits< float >::round_error |
( |
|
) |
[inline, static] |
static float _STLP_CALL numeric_limits< float >::infinity |
( |
|
) |
[inline, static] |
static float _STLP_CALL numeric_limits< float >::quiet_NaN |
( |
|
) |
[inline, static] |
static float _STLP_CALL numeric_limits< float >::signaling_NaN |
( |
|
) |
[inline, static] |
The documentation for this class was generated from the following file:
- /home/ntakagi/work/STLport-5.1.5/stlport/stl/_limits.h
Generated on Mon Mar 10 15:33:02 2008 by
1.5.1
|