Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 368 Bytes

infinity.md

File metadata and controls

18 lines (13 loc) · 368 Bytes

INFINITY

  • cmath[meta header]
  • macro[meta id-type]
  • cpp11[meta cpp]
# define INFINITY some_expression

概要

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

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

バージョン

言語

  • C++11