Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

fmin, fminf, fminl - minimalen Wert berechnen

&pagelevel(4)&pagelevel

Definition

#include <math.h>

C11
double fmax(double x, double y);
float fmaxf(float x, float y);
long double fmaxl(long double x, long double y); (Ende)

Beschreibung

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

Returnwert

x                    falls x < y

y                    falls x >= y

Siehe auch

fdim(), fmax(), math.h.