asinh, asinhf, asinhl - inverse hyperbolic sine functions
cc [ flag... ] file... -lm [ library... ] #include <math.h> double asinh(double x);
float asinhf(float x);
long double asinhl(long double x);
These functions compute the inverse hyperbolic sine of their argument x.
Upon successful completion, these functions return the inverse hyperbolic sine of their argument.
If x is NaN, NaN is returned.
If x is ±0 or ±Inf, x is returned.
See attributes(5) for descriptions of the following attributes:
|
math.h(3HEAD), sinh(3M), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |