Manual Reference Pages  - FMIN (3)

NAME

fmin, fminf, fminl - 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)
Jump to page    or go to Top of page |  Section 3 |  Main Index.


FMIN (3) 2002-07-28
Generated by manServer 1.07 from /usr/share/man/man3/fmin.3.gz using man macros.