Rechercher une page de manuel
fdim
Langue: ja
Version: 2003-07-24 (openSuse - 09/10/07)
Section: 3 (Bibliothèques de fonctions)
̾Á°
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)Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre