tail head cat sleep
QR code linking to this page

manページ  — LABS

名称

labs – long integer の絶対値

内容

ライブラリ

Standard C Library (libc, -lc)

書式


#include <stdlib.h>
long
labs(long j);

解説

labs() 関数は、引数に指定された long integer の変数 j の絶対値を返します。

関連項目

abs(3), cabs(3), floor(3), math(3)

規格

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

バグ

負の最大値の整数は負のままです。

LABS (3) June 4, 1993

tail head cat sleep
QR code linking to this page


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

Like a classics radio station whose play list spans decades, Unix simultaneously exhibits its mixed and dated heritage. There's Clash-era graphics interfaces; Beatles-era two-letter command names; and systems programs (for example, ps) whose terse and obscure output was designed for slow teletypes; Bing Crosby-era command editing (# and @ are still the default line editing commands), and Scott Joplin-era core dumps.
— The Unix Haters' handbook