Improve this page
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
If you'd like to make larger changes you may want to consider using
local clone.
Page wiki
View or edit the community-maintained wiki page associated with this page.
core.stdc.float_
D header file for C99.
This module contains bindings to selected types and
functions from the standard C header <float.h>. Note that this
is not automatically generated, and may omit some types/functions from the
original C header.
License:
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE)
Authors:
Sean Kelly
Source: core/stdc/float_.d
Standards:
ISO/IEC 9899:1999 (E)
- int FLT_ROUNDS;
- int FLT_EVAL_METHOD;
- int FLT_RADIX;
- int DECIMAL_DIG;
- int FLT_DIG;
- int DBL_DIG;
- int LDBL_DIG;
- int FLT_MANT_DIG;
- int DBL_MANT_DIG;
- int LDBL_MANT_DIG;
- float FLT_MIN;
- double DBL_MIN;
- real LDBL_MIN;
- float FLT_MAX;
- double DBL_MAX;
- real LDBL_MAX;
- float FLT_EPSILON;
- double DBL_EPSILON;
- real LDBL_EPSILON;
- int FLT_MIN_EXP;
- int DBL_MIN_EXP;
- int LDBL_MIN_EXP;
- int FLT_MAX_EXP;
- int DBL_MAX_EXP;
- int LDBL_MAX_EXP;
- int FLT_MIN_10_EXP;
- int DBL_MIN_10_EXP;
- int LDBL_MIN_10_EXP;
- int FLT_MAX_10_EXP;
- int DBL_MAX_10_EXP;
- int LDBL_MAX_10_EXP;