Manual Reference Pages  - FDIM (3)

NAME

fdim, fdimf, fdiml - positive difference

CONTENTS

Synopsis
Description

SYNOPSIS

#include <math.h>

double fdim(double x, double y);

float fdimf(float x, float y);

long double fdiml(long double x, long double y);

DESCRIPTION

These functions return max(x-y,0). If x or y or both are NaN, Nan is returned.

CONFORMING TO

C99

SEE ALSO

fmax(3)
Jump to page    or go to Top of page |  Section 3 |  Main Index.


FDIM (3) 2003-07-24
Generated by manServer 1.07 from /usr/share/man/man3/../man3/fdim.3.gz using man macros.