ATANH

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
BSD 4.3  

NAME

atanh - inverse hyperbolic tangent function  

SYNOPSIS

Fd #include <math.h> Ft double Fn atanh double x  

DESCRIPTION

The Fn atanh function computes the inverse hyperbolic tangent of the real argument x For a discussion of error due to roundoff, see math(3).  

RETURN VALUES

The Fn atanh function returns the inverse hyperbolic tangent of x if successful. On the VAX and Tahoe if the argument has absolute value bigger than or equal to 1, Fn atanh sets the global variable errno to Er EDOM and a reserved operand fault is generated.  

SEE ALSO

acosh(3), asinh(3), exp(3), infnan(3) math(3),  

HISTORY

The Fn atanh function appeared in BSD 4.3


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
SEE ALSO
HISTORY

This document was created by man2html, using the manual pages.
Time: 16:10:48 GMT, January 15, 2023