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