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 4.8

i386

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);

DESCRIPTION

Find the lesser value of x and y.

CONFORMING TO

C99

SEE ALSO

fmax(3)



fminl(3)