Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ cosh(3M) — NEXTSTEP 4.0pr1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

math(3M)

sin(3M)

SINH(3M)  —  UNIX Programmer’s Manual

NAME

sinh, cosh, tanh − hyperbolic functions

SYNOPSIS

#include <math.h>

double sinh(double x);

double cosh(double x);

double tanh(double x);

DESCRIPTION

These functions compute the designated hyperbolic functions for real arguments. 

ERROR (due to roundoff, etc.)

Below 2.4 ulps; an ulp is one Unit in the Last Place. 

SEE ALSO

math(3M), sin(3M)

4th Berkeley Distribution  —  August 1, 1992

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026