Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

fmax, fmaxf, fmaxl - maximalen Wert berechnen

&pagelevel(4)&pagelevel

Definition

#include <math.h>

double fmax(double x, double y); (C11)
float fmax(float x, float y); (C11)
long double fmax(long double x, long double y); (C11)

Diese Funktionen liefern den maximalen numerischen Wert von x und y zurück.

Returnwert

x                    falls x > y

y                    falls x <= y

Siehe auch

fdim, fmin