Scroll to navigation

pow10(3) Library Functions Manual pow10(3)

NOM

pow10, pow10f, pow10l - Fonctions puissance de 10

BIBLIOTHÈQUE

Bibliothèque de math (libm, -lm)

SYNOPSIS

#define _GNU_SOURCE         /* Consultez feature_test_macros(7) */
#include <math.h>
double pow10(double x);
float pow10f(float x);
long double pow10l(long double x);

DESCRIPTION

Ces fonctions renvoient la valeur de 10 élevé à la puissance x.

Note : ces fonctions effectuent exactement la même tâche que celles décrites dans exp10(3), à la différence que ces dernières sont maintenant normalisées dans TS 18661-4:2015, et leur utilisation doit donc être préférée aux fonctions décrites dans cette page.

ATTRIBUTS

Pour une explication des termes utilisés dans cette section, consulter attributes(7).

Interface Attribut Valeur
pow10(), pow10f(), pow10l() Sécurité des threads MT-Safe

STANDARDS

GNU.

VERSIONS

glibc 2.1. Supprimées dans la glibc 2.27.

VOIR AUSSI

exp10(3), pow(3)

TRADUCTION

La traduction française de cette page de manuel a été créée par Christophe Blaess <https://www.blaess.fr/christophe/>, Stéphan Rafin <stephan.rafin@laposte.net>, Thierry Vignaud <tvignaud@mandriva.com>, François Micaux, Alain Portal <aportal@univ-montp2.fr>, Jean-Philippe Guérard <fevrier@tigreraye.org>, Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>, Julien Cristau <jcristau@debian.org>, Thomas Huriaux <thomas.huriaux@gmail.com>, Nicolas François <nicolas.francois@centraliens.net>, Florentin Duneau <fduneau@gmail.com>, Simon Paillard <simon.paillard@resel.enst-bretagne.fr>, Denis Barbier <barbier@debian.org>, David Prévot <david@tilapin.org>, Cédric Boutillier <cedric.boutillier@gmail.com> et Lucien Gentis <lucien.gentis@waika9.com>

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 à debian-l10n-french@lists.debian.org.

20 juillet 2023 Pages du manuel de Linux 6.05.01