共用方式為


長雙精度

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

對應項。

acos

acosl

frexp

frexpl

asin

asinl

_hypot

_hypotl

atan

atanl

ldexp

ldexpl

atan2

atan2l

log

logl

atof

_atold

log10

log10l

Bessel 函式: j0, j1, jn

j0l, j1l, jnl

_matherr

_matherrl

Bessel 函式: y0, y1, yn

y0l, y1l, ynl

modf

modfl

_cabs

_cabsl

pow

powl

ceil

ceill

sin

sinl

cos

cosl

sinh

sinhl

cosh

coshl

sqrt

sqrtl

exp

expl

strtod

_strtold

fabs

fabsl

tan

tanl

floor

floorl

tanh

tanhl

fmod

fmodl

 

 

請參閱

參考

依分類區分的執行階段常式