Condividi tramite


Funzione fmaf

Calcola (_X * _Y) + _Z, arrotondato come un'operazione ternaria

inline float fmaf(
   float _X,
   float _Y,
   float _Z
) restrict(amp);

Parametri

  • _X
    Valore a virgola mobile

  • _Y
    Valore a virgola mobile

  • _Z
    Valore a virgola mobile

Valore restituito

Restituisce (_X * _Y) + _Z arrotondato come un'operazione ternaria

Requisiti

Intestazione: amp_math.h

Spazio dei nomi: Concurrency::precise_math

Vedere anche

Riferimenti

Spazio dei nomi Concurrency::precise_math