「C言語/標準ライブラリ/math.h」の変更履歴

凡例:(最新版)= 最新版との比較、(前の版)= 直前の版との比較、M = 細部の編集

2024年4月19日 (金)

  • 最新 00:222024年4月19日 (金) 00:22Ef3 トーク 投稿記録 115,057 バイト +455 →‎fpclassify マクロ: 使用例 #include <stdio.h> #include <math.h> int main(void) { printf("%d\n", fpclassify(1.0/0.0) == FP_INFINITE); printf("%d\n", fpclassify(0.0/0.0) == FP_NAN); printf("%d\n", fpclassify(42.0) == FP_NORMAL); // 4.94065645841247e-324 はC++で言うDBL_TRUE_MIN printf("%d\n", fpclassify(4.94065645841247e-324) == FP_SUBNORMAL); printf("%d\n", fpclassify(0.0) == FP_ZERO); } 取り消し タグ: 2017年版ソースエディター

2021年9月7日 (火)

2021年9月6日 (月)

2021年8月29日 (日)

2021年8月28日 (土)

2021年8月26日 (木)

2021年8月25日 (水)

2021年8月18日 (水)

2021年8月1日 (日)

2021年7月31日 (土)

2021年6月28日 (月)

2016年6月10日 (金)

2015年8月7日 (金)

2014年6月10日 (火)

2014年4月25日 (金)

2014年1月9日 (木)

2013年6月29日 (土)