Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Computes the positive difference between the arguments.
inline float fdim(
float _X,
float _Y
) restrict(amp);
inline double fdim(
double _X,
double _Y
) restrict(amp);
Parameters
_X
Floating-point value_Y
Floating-point value
Return Value
The difference between _X and _Y if _X is greater than _Y; otherwise, +0.
Requirements
Header: amp_math.h
Namespace: Concurrency::precise_math