Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 401 Bytes

File metadata and controls

19 lines (14 loc) · 401 Bytes

INFINITY

  • cmath[meta header]
  • macro[meta id-type]
  • cpp11[meta cpp]
#define INFINITY constant-expression
  • constant-expression[italic]

概要

float の無限大がサポートされる場合、float 型の正の無限大である。

無限大がサポートされない場合、オーバーフローする float 型の式である。

バージョン

言語

  • C++11