Rechercher une page de manuel
fmax
Langue: ja
Version: 2002-07-28 (openSuse - 09/10/07)
Section: 3 (Bibliothèques de fonctions)
̾Á°
fmax, fmaxf, fmaxl - ºÇÂçÃͤò¸«¤Ä¤±¤ë½ñ¼°
#include <math.h>double fmax(double x, double y);
float fmaxf(float x, float y);
long double fmaxl(long double x, long double y);
-std=c99 ¤Ç¥³¥ó¥Ñ¥¤¥ë¤·¡¢-lm ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
ÀâÌÀ
x ¤È y ¤Î¤¦¤ÁÂ礤¤Êý¤ÎÃͤò¸«¤Ä¤±¤ë¡£½àµò
C99´ØÏ¢¹àÌÜ
fmin(3)Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre