_chgsign
, , _chgsignf
_chgsignl
Inverse le signe d’un argument à virgule flottante.
Syntaxe
double _chgsign(
double x
);
float _chgsignf(
float x
);
long double _chgsignl(
long double x
);
Paramètres
x
Valeur à virgule flottante à modifier.
Valeur retournée
Les fonctions _chgsign
retournent une valeur égale à l’argument à virgule flottante x
, mais avec son signe inversé. Il n’existe aucun retour d’erreur.
Spécifications
Routine | En-tête requis |
---|---|
_chgsign |
<float.h> |
_chgsignf , _chgsignl |
<math.h> |
Pour plus d’informations sur la compatibilité, consultez Compatibility.
Voir aussi
Prise en charge des fonctions mathématiques et à virgule flottante
fabs
, , fabsf
fabsl
copysign
, , copysignf
, _copysign
copysignl
, , _copysignf
_copysignl