Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.1

fminl(3)


FMIN

FMIN

NAME
SYNOPSIS
DESCRIPTION
CONFORMING TO
SEE ALSO

NAME

fmin, fminf, fminl − find minimum value

SYNOPSIS

#include <math.h>

double fmin(double x, double y);
float fminf(float
x, float y);
long double fminl(long double
x, long double y);

Compile with −std=c99; link with −lm.

DESCRIPTION

Find the lesser value of x and y.

CONFORMING TO

C99

SEE ALSO

fmax(3)



fminl(3)