exp2-Funktion
Berechnet das base-2, das aus dem Argument ist exponentiell
inline float exp2(
float _X
) restrict(amp);
inline double exp2(
double _X
) restrict(amp);
Parameter
- _X
Gleitkommawert
Rückgabewert
Gibt das base-2 zurück, das aus dem Argument ist exponentiell
Anforderungen
Header: amp_math.h
Namespace: Concurrency::precise_math