Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 358 Bytes

flt_max_10_exp.md

File metadata and controls

10 lines (8 loc) · 358 Bytes

#FLT_MAX_10_EXP

#define FLT_MAX_10_EXP implementation-defined
  • implementation-defined[italic]

##概要 10の n 乗が float の正の正規化数であるような n の最大値。 std::numeric_limits<float>::max_exponent10 と等しい。