-
-
Notifications
You must be signed in to change notification settings - Fork 9
sys cfloat
IsaacShelton edited this page Nov 13, 2022
·
5 revisions
sys/cfloat.adept
contains partial definitions for symbols from <float.h>
define FLT_MANT_DIG = /* ??? */
define DBL_MANT_DIG = /* ??? */
define FLT_DIG = /* ??? */
define DBL_DIG = /* ??? */
define FLT_MIN_EXP = /* ??? */
define DBL_MIN_EXP = /* ??? */
define FLT_MIN_10_EXP = /* ??? */
define DBL_MIN_10_EXP = /* ??? */
define FLT_MAX_EXP = /* ??? */
define DBL_MAX_EXP = /* ??? */
define FLT_MAX_10_EXP = /* ??? */
define DBL_MAX_10_EXP = /* ??? */
define FLT_MAX = /* ??? */
define DBL_MAX = /* ??? */
define FLT_EPSILON = /* ??? */
define DBL_EPSILON = /* ??? */
define FLT_MIN = /* ??? */
define DBL_MIN = /* ??? */
Some symbols are omitted from the above since they are platform-specific.
#default sys_cfloat_ignore_warning false