cvs.delorie.com/djgpp/doc/libc/libc_47.html   search  
libc.a reference

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

asinh

Syntax

 
#include <math.h>

double asinh(double x);

Description

This function returns the inverse hyperbolic sine of the argument x.

Return Value

The inverse hyperbolic sine of x. If the argument x is a NaN, the return value is NaN and errno is set to EDOM. If x is a positive or negative Inf, the return value is equal to the value of x, and errno is left unchanged.

Portability

ANSI/ISO C No
POSIX No


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Apr 2004