FABS

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

名前

fabs, fabsf, fabsl - 浮動小数点実数の絶対値  

書式

#include <math.h>

double fabs(double x);

float fabsf(float x);
long double fabsl(long double x);

-lm でリンクする。  

説明

fabs() 関数群は浮動小数点実数 x の絶対値を返す。  

エラー

エラーは起こらない。  

準拠

fabs() 関数は SVr4, POSIX.1-2001, 4.3BSD, C89 に準拠する。 その他の関数は C99 から導入された。  

関連項目

abs(3), ceil(3), cabs(3), floor(3), labs(3), rint(3)


 

Index

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

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