Freigeben über


Long Double

 

Veröffentlicht: Juli 2016

Vorherige 16-Bit-Versionen von Microsoft C/C++- und Microsoft Visual C++ unterstützten long double, Genauigkeitsdatentyp mit 80 Bits.  In Win32, das jedoch die long double Datentypzuordnungen zu double, 64-Bit-Genauigkeitsdatentyp Programmierung.  Die Microsoft-Laufzeitbibliothek stellt long double-Versionen der mathematischen Funktionen nur für die Abwärtskompatibilität bereit.  Die long double werden den Funktionsprototypen Prototypen für ihre double Entsprechungen identisch, dass der Datentyp longdouble ersetzt den Datentyp double.  long double Die Versionen dieser Funktionen sollten nicht in neuen Code verwendet werden.  

Doppelte Features und ihre langen doppelten Entsprechungen

Funktion

Langes Double

Entsprechung

Funktion

Langes Double

Entsprechung

acos

acosl

frexp

frexpl

asin

asinl

_hypot

_hypotl

atan

atanl

ldexp

ldexpl

atan2

atan2l

log

logl

atof

_atold

log10

log10l

Bessel-Funktionen j0, j1, jn

j0l, j1l, jnl

_matherr

_matherrl

Bessel-Funktionen YO, 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

 

 

Siehe auch

Laufzeitroutinen nach Kategorie