長雙精度
Microsoft C/C++ 和 Microsoft Visual C++ 先前支援 16 位元版本的 long double, 80 位元精確度資料型別。 在 Win32 程式設計中,不過, long double 資料型別對應至 double, 64 位精確度資料型別。 Microsoft 執行階段程式庫可以提供回溯相容性 (Backward Compatibility) 只提供數學函式的 long double 版本。 long double 函式原型與其 double 對應的原型相同,不同的是, long double 資料型別取代 double 資料型別。 這些函式 long double 版本不應該用於新的程式碼。
雙重函式及其長雙對應項。
功能 |
Long double 對應項。 |
功能 |
Long double 對應項。 |
---|---|---|---|
acosl |
frexpl |
||
asinl |
_hypotl |
||
atanl |
ldexpl |
||
atan2l |
logl |
||
_atold |
log10l |
||
j0l, j1l, jnl |
_matherrl |
||
y0l, y1l, ynl |
modfl |
||
_cabsl |
powl |
||
ceill |
sinl |
||
cosl |
sinhl |
||
coshl |
sqrtl |
||
expl |
_strtold |
||
fabsl |
tanl |
||
floorl |
tanhl |
||
fmodl |
|
|