Skip to content

Files

Latest commit

0d901d9 · Sep 21, 2015

History

History
13 lines (10 loc) · 435 Bytes

ldbl_min_10_exp.md

File metadata and controls

13 lines (10 loc) · 435 Bytes

#LDBL_MIN_10_EXP

  • cfloat[meta header]
  • macro[meta id-type]
#define LDBL_MIN_10_EXP implementation-defined
  • implementation-defined[italic]

##概要 10の n 乗が long double の正の正規化数の最小値以上であるような n の最小値。

std::numeric_limits<long double>::min_exponent10 と等しい。