Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ atanh(3M) — AOS 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

exp(3M)

math(3M)

ASINH(3M)  —  

NAME

asinh, acosh, atanh − inverse hyperbolic functions

SYNOPSIS

#include <math.h>

double asinh(x)
double x;

double acosh(x)
double x;

double atanh(x)
double x;

DESCRIPTION

These functions compute the designated inverse hyperbolic functions for real arguments. 

ERRORS (due to roundoff, etc)

These functions inherit much of their error from loglp() described in exp(3M). 

DIAGNOSTICS

Acosh returns a NaN if the argument is less than 1.  Atanh returns a NaN if the argument has absolute value bigger than 1, and returns sign(x)∗ ∞ if it has an absolute value equal to 1. 

SEE ALSO

exp(3M), math(3M)

PRPQs 5799-WZQ/5799-PFF: IBM/4.3  —  July 1987

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