asinh, asinhf, asinhl - Fonction arc sinus hyperbolique
Bibliothèque de math (
libm,
-lm)
#include <math.h>
double asinh(double x);
float asinhf(float x);
long double asinhl(long double x);
asinh() :
_ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L
|| _XOPEN_SOURCE >= 500
|| /* Depuis la glibc 2.19 : */ _DEFAULT_SOURCE
|| /* Versions <= 2.19 de la glibc : */ _BSD_SOURCE || _SVID_SOURCE
asinhf(),
asinhl() :
_ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L
|| /* Depuis la glibc 2.19 : */ _DEFAULT_SOURCE
|| /* glibc <= 2.19 : */ _BSD_SOURCE || _SVID_SOURCE
Ces fonctions calculent l'arc sinus hyperbolique de
x,
c'est-à-dire la valeur dont le sinus hyperbolique est
x.
En cas de réussite, ces fonctions renvoient l'arc sinus hyperbolique de
x.
Si
x n’est pas un nombre, un
NaN est
renvoyé.
Si
x est +0 (-0),
+0 (
-0) est renvoyé.
Si
x est une valeur infinie positive (resp. négative), une valeur
infinie positive est renvoyée (resp. négative).
Aucune erreur ne survient.
Pour une explication des termes utilisés dans cette section, consulter
attributes(7).
Interface |
Attribut |
Valeur |
asinh(), asinhf(), asinhl() |
Sécurité des threads |
MT-Safe |
C99, POSIX.1-2001, POSIX.1-2008.
La variante renvoyant
double est également conforme à SVr4,
4.3BSD.
acosh(3),
atanh(3),
casinh(3),
cosh(3),
sinh(3),
tanh(3)
La traduction française de cette page de manuel a été
créée par Christophe Blaess
<
https://www.blaess.fr/christophe/>, Stéphan Rafin
<
[email protected]>, Thierry Vignaud
<
[email protected]>, François Micaux, Alain Portal
<
[email protected]>, Jean-Philippe Guérard
<
[email protected]>, Jean-Luc Coulon (f5ibh)
<
[email protected]>, Julien Cristau
<
[email protected]>, Thomas Huriaux <
[email protected]>,
Nicolas François <
[email protected]>, Florentin
Duneau <
[email protected]>, Simon Paillard
<
[email protected]>, Denis Barbier
<
[email protected]>, David Prévot <
[email protected]>,
Cédric Boutillier <
[email protected]> et Jean-Pierre
Giraud <
[email protected]>
Cette traduction est une documentation libre ; veuillez vous reporter
à la
GNU
General Public License version 3 concernant les conditions de copie
et de distribution. Il n'y a aucune RESPONSABILITÉ LÉGALE.
Si vous découvrez un bogue dans la traduction de cette page de manuel,
veuillez envoyer un message à
[email protected]