Skip to content

Files

Latest commit

0d901d9 · Sep 21, 2015

History

History
14 lines (10 loc) · 362 Bytes

ldbl_min.md

File metadata and controls

14 lines (10 loc) · 362 Bytes

#LDBL_MIN

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

##概要 long double の正の正規化数のうち最小のもの。

std::numeric_limits<long double>::min() と等しい。