log10-Funktion
Berechnet den Basis-10-Logarithmus des Arguments
inline float log10(
float _X
) restrict(amp);
inline double log10(
double _X
) restrict(amp);
Parameter
- _X
Gleitkommawert
Rückgabewert
Gibt den Logarithmus zur Basis 10 des Arguments zurück
Anforderungen
Header: amp_math.h
Namespace: Concurrency::precise_math