FDIM

Section: Linux Programmer's Manual (3)
Updated: 2003-07-24
Index JM Home Page roff page
 

名前

fdim, fdimf, fdiml - 正の差を計算する  

書式

#include <math.h>

double fdim(double x, double y);
float fdimf(float x, float y);
long double fdiml(long double x, long double y);

-std=c99 でコンパイルし、-lm でリンクする。  

説明

これらの関数は max(x-y,0) を返す。 x または y が NaN の場合、または両方が NaN の場合、NaN が返される。  

準拠

C99  

関連項目

fmax(3)


 

Index

名前
書式
説明
準拠
関連項目

This document was created by man2html, using the manual pages.
Time: 04:31:39 GMT, November 19, 2007