tail head cat sleep
QR code linking to this page

Manual Pages  — ASINH

NAME

asinh, asinhf, asinhl – inverse hyperbolic sine functions

CONTENTS

LIBRARY

Math Library (libm, -lm)

SYNOPSIS

#include <math.h>

double
asinh(double x);

float
asinhf(float x);

long double
asinhl(long double x);

DESCRIPTION

The asinh(), asinhf(), and asinhl() functions compute the inverse hyperbolic sine of the real argument x. For a discussion of error due to roundoff, see math(3).

RETURN VALUES

These functions return the inverse hyperbolic sine of x.

SEE ALSO

acosh(3), atanh(3), exp(3), math(3)

HISTORY

The asinh(), asinhf(), and asinhl() functions appeared in BSD 4.3, FreeBSD 2.0, and FreeBSD 10.0, respectively.

ASINH (3) June 9, 2013

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

F U cn rd dis U mst uz Unix.