タグ

Cに関するpirosikickのブックマーク (2)

  • 標準Cライブラリ - Wikipedia

    診断機能 assert.h[編集] ヘッダ assert.h がインクルードされる時点における NDEBUG マクロの定義状態により、実行時診断機能の有効・無効を切り替えることができる。 assert — NDEBUG マクロが定義されていない場合に実行時診断を行う。 C11で、翻訳時に確定する式を対象にアサーションする static_assert が追加された。 複素数 complex.h[編集] 複素数の演算、虚数単位の定義、実部と虚部の分離機能などが含まれている。 complex — 複素数型 I — 虚数単位 cabs — 絶対値 carg — 偏角 cacos — 逆余弦 cacosh — 逆双曲線余弦 casin — 逆正弦 casinh — 逆双曲線正弦 catan — 逆正接 catanh — 逆双曲線正接 ccos — 余弦 ccosh — 双曲線余弦 cexp — 指数

  • Deep C

    Programming is hard. Programming correct C and C++ is particularly hard. Indeed, both in C and certainly in C++, it is uncommon to see a screenful containing only well defined and conforming code.Why do professional programmers write code like this? Because most programmers do not have a deep understanding of the language they are using.While they sometimes know that certain things are undefined o

    Deep C
  • 1