Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
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 a local clone.

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
Standards:
ISO/IEC 9899:1999 (E)
enum int FLT_ROUNDS;
enum int FLT_EVAL_METHOD;
enum int FLT_RADIX;
enum int DECIMAL_DIG;
enum int FLT_DIG;
enum int DBL_DIG;
enum int LDBL_DIG;
enum int FLT_MANT_DIG;
enum int DBL_MANT_DIG;
enum int LDBL_MANT_DIG;
enum float FLT_MIN;
enum double DBL_MIN;
enum real LDBL_MIN;
enum float FLT_MAX;
enum double DBL_MAX;
enum real LDBL_MAX;
enum float FLT_EPSILON;
enum double DBL_EPSILON;
enum real LDBL_EPSILON;
enum int FLT_MIN_EXP;
enum int DBL_MIN_EXP;
enum int LDBL_MIN_EXP;
enum int FLT_MAX_EXP;
enum int DBL_MAX_EXP;
enum int LDBL_MAX_EXP;
enum int FLT_MIN_10_EXP;
enum int DBL_MIN_10_EXP;
enum int LDBL_MIN_10_EXP;
enum int FLT_MAX_10_EXP;
enum int DBL_MAX_10_EXP;
enum int LDBL_MAX_10_EXP;