tail head cat sleep
QR code linking to this page

manページ  — FABS

名称

fabs, fabsf – 浮動小数点絶対値関数

内容

ライブラリ

Math Library (libm, -lm)

書式

#include <math.h>

double
fabs(double x);

float
fabsf(float x);

解説

fabs() および fabsf() 関数は、浮動小数点数 x の絶対値を計算します。

戻り値

fabs() および fabsf() 関数は、 x の絶対値を返します。

関連項目

abs(3), ceil(3), floor(3), ieee(3), math(3), rint(3)

規格

fabs() 関数は、 ISO/IEC 9899:1990 ("ISO C90") に適合しています。

FABS (3) May 2, 1991

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

If you are angry with someone, you should walk a mile in their shoes - then you'll be a mile away from them, and you'll have their shoes.