• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

    最終更新日時(UTC):
    が更新

    履歴 編集

    macro
    <cmath>

    FP_FAST_FMAL

    # define FP_FAST_FMAL 1
    

    概要

    FP_FAST_FMALlong double 型の変数 x, y, z に対し、関数呼び出し fma(x, y, z) が式 x * y + z より高速であるとき、またそのときに限り #define される。

    バージョン

    言語

    • C++11