:man| Alphabetical   Categories   About us 
 
FMIN (3) | C library functions | Unix Manual Pages | :man

NAME

fmin - find minimum value

CONTENTS

Synopsis
Description

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)

 
Created by Blin Media, 2008-2013