Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <float.h>

FLT_RADIX

Interface status: externallyDefinedApi

FLT_RADIX 2

Description

The macro yields the radix of all floating-point representations.

[Top]


FLT_ROUNDS

Interface status: externallyDefinedApi

FLT_ROUNDS -1

Description

The rounding mode for floating-point addition is characterized by the implementation-defined value of FLT_ROUNDS

[Top]


FLT_EVAL_METHOD

Interface status: externallyDefinedApi

FLT_EVAL_METHOD (-1)

Description

The use of evaluation formats is characterized by the implementation-defined value of FLT_EVAL_METHOD

[Top]


DECIMAL_DIG

Interface status: externallyDefinedApi

DECIMAL_DIG 17

Description

Number of decimal digits, n, such that any floating-point number in the widest supported floating type with pmax radix b digits can be rounded to a floating-point number with n decimal digits and back again without change to the value.

[Top]


FLT_MANT_DIG

Interface status: externallyDefinedApi

FLT_MANT_DIG 24

Description

Number of base-FLT_RADIX digits in the floating-point significand

[Top]


FLT_EPSILON

Interface status: externallyDefinedApi

FLT_EPSILON 1.19209290E-07F

Description

The difference between 1 and the least value greater than 1 that is representable in the given floating-point type

[Top]


FLT_DIG

Interface status: externallyDefinedApi

FLT_DIG 6

Description

Number of decimal digits, q, such that any floating-point number with q decimal digits can be rounded into a floating-point number with p radix b digits and back again without change to the q decimal digits.

[Top]


FLT_MIN_EXP

Interface status: externallyDefinedApi

FLT_MIN_EXP (-125)

Description

Minimum negative integer such that FLT_RADIX raised to that power minus 1 is a normalized floating-point number

[Top]


FLT_MIN

Interface status: externallyDefinedApi

FLT_MIN 1.17549435E-38F

Description

Minimum normalized positive floating-point number

[Top]


FLT_MIN_10_EXP

Interface status: externallyDefinedApi

FLT_MIN_10_EXP (-37)

Description

Minimum negative integer such that 10 raised to that power is in the range of normalized floating-point numbers.

[Top]


FLT_MAX_EXP

Interface status: externallyDefinedApi

FLT_MAX_EXP 128

Description

Maximum integer such that FLT_RADIX raised to that power minus 1 is a representable finite floating-point number, emax

[Top]


FLT_MAX

Interface status: externallyDefinedApi

FLT_MAX 3.40282347E+38F

Description

Maximum representable finite floating-point number.

[Top]


FLT_MAX_10_EXP

Interface status: externallyDefinedApi

FLT_MAX_10_EXP 38

Description

Maximum integer such that 10 raised to that power is in the range of representable finite floating-point numbers.

[Top]


DBL_MANT_DIG

Interface status: externallyDefinedApi

DBL_MANT_DIG 53

Description

Number of base-FLT_RADIX digits in the floating-point significand

[Top]


DBL_EPSILON

Interface status: externallyDefinedApi

DBL_EPSILON 2.2204460492503131E-16

Description

The difference between 1 and the least value greater than 1 that is representable in the given floating-point type

[Top]


DBL_DIG

Interface status: externallyDefinedApi

DBL_DIG 15

Description

Number of decimal digits, q, such that any floating-point number with q decimal digits can be rounded into a floating-point number with p radix b digits and back again without change to the q decimal digits.

[Top]


DBL_MIN_EXP

Interface status: externallyDefinedApi

DBL_MIN_EXP (-1021)

Description

Minimum negative integer such that FLT_RADIX raised to that power minus 1 is a normalized floating-point number

[Top]


DBL_MIN

Interface status: externallyDefinedApi

DBL_MIN 2.2250738585072014E-308

Description

Minimum normalized positive floating-point number

[Top]


DBL_MIN_10_EXP

Interface status: externallyDefinedApi

DBL_MIN_10_EXP (-307)

Description

Minimum negative integer such that 10 raised to that power is in the range of normalized floating-point numbers.

[Top]


DBL_MAX_EXP

Interface status: externallyDefinedApi

DBL_MAX_EXP 1024

Description

Maximum integer such that FLT_RADIX raised to that power minus 1 is a representable finite floating-point number, emax

[Top]


DBL_MAX

Interface status: externallyDefinedApi

DBL_MAX 1.7976931348623157E+308

Description

Maximum representable finite floating-point number.

[Top]


DBL_MAX_10_EXP

Interface status: externallyDefinedApi

DBL_MAX_10_EXP 308

Description

Maximum integer such that 10 raised to that power is in the range of representable finite floating-point numbers.

[Top]


LDBL_MANT_DIG

Interface status: externallyDefinedApi

LDBL_MANT_DIG DBL_MANT_DIG

Description

Number of base-FLT_RADIX digits in the floating-point significand

[Top]


LDBL_EPSILON

Interface status: externallyDefinedApi

LDBL_EPSILON DBL_EPSILON

Description

The difference between 1 and the least value greater than 1 that is representable in the given floating-point type

[Top]


LDBL_DIG

Interface status: externallyDefinedApi

LDBL_DIG DBL_DIG

Description

Number of decimal digits, q, such that any floating-point number with q decimal digits can be rounded into a floating-point number with p radix b digits and back again without change to the q decimal digits.

[Top]


LDBL_MIN_EXP

Interface status: externallyDefinedApi

LDBL_MIN_EXP DBL_MIN_EXP

Description

Minimum negative integer such that FLT_RADIX raised to that power minus 1 is a normalized floating-point number

[Top]


LDBL_MIN

Interface status: externallyDefinedApi

LDBL_MIN DBL_MIN

Description

Minimum normalized positive floating-point number

[Top]


LDBL_MIN_10_EXP

Interface status: externallyDefinedApi

LDBL_MIN_10_EXP DBL_MIN_10_EXP

Description

Minimum negative integer such that 10 raised to that power is in the range of normalized floating-point numbers.

[Top]


LDBL_MAX_EXP

Interface status: externallyDefinedApi

LDBL_MAX_EXP DBL_MAX_EXP

Description

Maximum integer such that FLT_RADIX raised to that power minus 1 is a representable finite floating-point number, emax

[Top]


LDBL_MAX

Interface status: externallyDefinedApi

LDBL_MAX DBL_MAX

Description

Maximum representable finite floating-point number.

[Top]


LDBL_MAX_10_EXP

Interface status: externallyDefinedApi

LDBL_MAX_10_EXP DBL_MAX_10_EXP

Description

Maximum integer such that 10 raised to that power is in the range of representable finite floating-point numbers.