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

⟦d5a724f2b⟧ TextFile

    Length: 494 (0x1ee)
    Types: TextFile
    Notes: UNIX file
    Names: »sinh.3m«

Derivation

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

TextFile

.ig
	@(#)sinh.3m	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH SINH 3M
.SH NAME
sinh, cosh, tanh \- hyperbolic functions
.SH SYNOPSIS
.nf
.B #include <math.h>
.PP
.B double sinh(x)
.PP
.B double cosh(x)
.B double x;
.PP
.B double tanh(x)
.B double x;
.fi
.SH DESCRIPTION
These functions compute the designated hyperbolic functions
for real arguments.
.SH DIAGNOSTICS
.I Sinh
and
.I cosh
return a huge value of appropriate sign
when the correct value would overflow.