home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
minnie.tuhs.org
/
2014.11.minnie.tuhs.org.tar
/
minnie.tuhs.org
/
UnixArchive
/
PDP-11
/
Trees
/
V6
/
usr
/
man
/
man3
/
hmul.3
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1975-06-27
|
276 b
|
17 lines
.th HMUL III 4/7/73
.sh NAME
hmul \*- high-order product
.sh SYNOPSIS
.ft B
hmul(x, y)
.ft R
.sh DESCRIPTION
.it Hmul
returns the high-order 16 bits of the product of
.bd x
and
.bd y.
(The binary multiplication operator generates
the low-order 16 bits of a product.)
.sh BUGS