DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦cbc1a8aa8⟧ TextFile

    Length: 350 (0x15e)
    Types: TextFile
    Notes: UNIX file
    Names: »abs.3«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man3/abs.3« 

TextFile

.ig
	@(#)abs.3	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH ABS 3 
.SH NAME
abs \- integer absolute value
.SH SYNOPSIS
.nf
.B abs(i)
.B int i;
.fi
.SH DESCRIPTION
.I Abs
returns
the absolute value of its integer operand.
.SH SEE ALSO
floor(3) for
.I fabs
.SH BUGS
You get what the hardware gives on the smallest integer.