Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 365 Bytes

ldbl_epsilon.md

File metadata and controls

13 lines (10 loc) · 365 Bytes

#LDBL_EPSILON

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

##概要 long double の機械イプシロンを表す。

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