Movatterモバイル変換


[0]ホーム

URL:


Module f32

std

Modulef32 

1.0.0 ·Source
Expand description

Constants for thef32 single-precision floating point type.

See also thef32 primitive type.

Mathematically significant numbers are provided in theconsts sub-module.

For the constants defined directly in this module(as distinct from those defined in theconsts sub-module),new code should instead use the associated constantsdefined directly on thef32 type.

Modules§

consts
Basic mathematical constants.

Constants§

DIGITSDeprecation planned
Approximate number of significant digits in base 10.Usef32::DIGITS instead.
EPSILONDeprecation planned
Machine epsilon value forf32.Usef32::EPSILON instead.
INFINITYDeprecation planned
Infinity (∞).Usef32::INFINITY instead.
MANTISSA_DIGITSDeprecation planned
Number of significant digits in base 2.Usef32::MANTISSA_DIGITS instead.
MAXDeprecation planned
Largest finitef32 value.Usef32::MAX instead.
MAX_10_EXPDeprecation planned
Maximum possible power of 10 exponent.Usef32::MAX_10_EXP instead.
MAX_EXPDeprecation planned
Maximum possible power of 2 exponent.Usef32::MAX_EXP instead.
MINDeprecation planned
Smallest finitef32 value.Usef32::MIN instead.
MIN_10_EXPDeprecation planned
Minimum possible normal power of 10 exponent.Usef32::MIN_10_EXP instead.
MIN_EXPDeprecation planned
One greater than the minimum possible normal power of 2 exponent.Usef32::MIN_EXP instead.
MIN_POSITIVEDeprecation planned
Smallest positive normalf32 value.Usef32::MIN_POSITIVE instead.
NANDeprecation planned
Not a Number (NaN).Usef32::NAN instead.
NEG_INFINITYDeprecation planned
Negative infinity (−∞).Usef32::NEG_INFINITY instead.
RADIXDeprecation planned
The radix or base of the internal representation off32.Usef32::RADIX instead.

[8]ページ先頭

©2009-2026 Movatter.jp