定数名 | 意味 |
fex_const_pi | π |
fex_const_pih | π / 2 |
fex_const_3pih | 3 * π / 2 |
fex_const_2pi | 2 * π |
fex_const_e | e |
fex_const_0 | 0 |
fex_const_1 | 1 |
fex_const_2 | 2 |
fex_const_3 | 3 |
fex_const_4 | 4 |
fex_const_5 | 5 |
fex_const_6 | 6 |
fex_const_7 | 7 |
fex_const_8 | 8 |
fex_const_9 | 9 |
fex_const_10 | 10 |
fex_const_05 | 0.5 |
fex_const_epsilon | LDBL_EPSILON |
fex_const_max | LDBL_MAX |
fex_const_min | LDBL_MIN |
fex_const_hugeval | LHUGE_VAL(正の無限大) |
fex_const_i64min | INT64 の最小値 |
fex_const_i64max | INT64 の最大値 |
fex_const_ui64max | UINT64 の最大値 |