FMIN

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

名前

fmin, fminf, fminl - 最小値を見つける  

書式

#include <math.h>

double fmin(double x, double y);
float fminf(float x, float y);
long double fminl(long double x, long double y);

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

説明

xy のうち小さい方の値を見つける。  

準拠

C99  

関連項目

fmax(3)


 

Index

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

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