diff options
Diffstat (limited to 'po/fr/man3/finite.3.po')
-rw-r--r-- | po/fr/man3/finite.3.po | 418 |
1 files changed, 418 insertions, 0 deletions
diff --git a/po/fr/man3/finite.3.po b/po/fr/man3/finite.3.po new file mode 100644 index 00000000..0db9b569 --- /dev/null +++ b/po/fr/man3/finite.3.po @@ -0,0 +1,418 @@ +# French translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Christophe Blaess <https://www.blaess.fr/christophe/>, 1996-2003. +# Stéphan Rafin <stephan.rafin@laposte.net>, 2002. +# Thierry Vignaud <tvignaud@mandriva.com>, 1999, 2002. +# François Micaux, 2002. +# Alain Portal <aportal@univ-montp2.fr>, 2003-2008. +# Jean-Philippe Guérard <fevrier@tigreraye.org>, 2005-2006. +# Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>, 2006-2007. +# Julien Cristau <jcristau@debian.org>, 2006-2007. +# Thomas Huriaux <thomas.huriaux@gmail.com>, 2006-2008. +# Nicolas François <nicolas.francois@centraliens.net>, 2006-2008. +# Florentin Duneau <fduneau@gmail.com>, 2006-2010. +# Simon Paillard <simon.paillard@resel.enst-bretagne.fr>, 2006. +# Denis Barbier <barbier@debian.org>, 2006, 2010, 2012. +# David Prévot <david@tilapin.org>, 2010, 2012. +# Cédric Boutillier <cedric.boutillier@gmail.com>, 2013. +msgid "" +msgstr "" +"Project-Id-Version: perkamon\n" +"POT-Creation-Date: 2024-03-01 16:56+0100\n" +"PO-Revision-Date: 2023-03-27 12:07+0200\n" +"Last-Translator: Weblate Admin <jean-baptiste@holcroft.fr>\n" +"Language-Team: French <debian-l10n-french@lists.debian.org>\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Lokalize 22.12.1\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "finite" +msgstr "finite" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 octobre 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Pages du manuel de Linux 6.06" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NOM" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"finite, finitef, finitel, isinf, isinff, isinfl, isnan, isnanf, isnanl - BSD " +"floating-point classification functions" +msgstr "" +"finite, finitef, finitel, isinf, isinff, isinfl, isnan, isnanf, isnanl - " +"Fonctions BSD de classification en virgule flottante" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "BIBLIOTHÈQUE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Math library (I<libm>, I<-lm>)" +msgstr "Bibliothèque de math (I<libm>, I<-lm>)" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>math.hE<gt>>\n" +msgstr "B<#include E<lt>math.hE<gt>>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<int finite(double >I<x>B<);>\n" +"B<int finitef(float >I<x>B<);>\n" +"B<int finitel(long double >I<x>B<);>\n" +msgstr "" +"B<int finite(double >I<x>B<);>\n" +"B<int finitef(float >I<x>B<);>\n" +"B<int finitel(long double >I<x>B<);>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<int isinf(double >I<x>B<);>\n" +"B<int isinff(float >I<x>B<);>\n" +"B<int isinfl(long double >I<x>B<);>\n" +msgstr "" +"B<int isinf(double >I<x>B<);>\n" +"B<int isinff(float >I<x>B<);>\n" +"B<int isinfl(long double >I<x>B<);>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<int isnan(double >I<x>B<);>\n" +"B<int isnanf(float >I<x>B<);>\n" +"B<int isnanl(long double >I<x>B<);>\n" +msgstr "" +"B<int isnan(double >I<x>B<);>\n" +"B<int isnanf(float >I<x>B<);>\n" +"B<int isnanl(long double >I<x>B<);>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):" +msgstr "" +"Exigences de macros de test de fonctionnalités pour la glibc (consulter " +"B<feature_test_macros>(7)) :" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<finite>(), B<finitef>(), B<finitel>():" +msgstr "B<finite>(), B<finitef>(), B<finitel>() :" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +" /* glibc E<gt>= 2.19: */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" +msgstr "" +" /* glibc E<gt>= 2.19 : */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19 : */ _BSD_SOURCE || _SVID_SOURCE\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<isinf>():\n" +" _XOPEN_SOURCE E<gt>= 600 || _ISOC99_SOURCE\n" +" || /* glibc E<gt>= 2.19: */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" +msgstr "" +"B<isinf>() :\n" +" _XOPEN_SOURCE E<gt>= 600 || _ISOC99_SOURCE\n" +" || /* glibc E<gt>= 2.19 : */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19 : */ _BSD_SOURCE || _SVID_SOURCE\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<isinff>(), B<isinfl>():" +msgstr "B<isinff>(), B<isinfl>() :" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<isnan>():" +msgstr "B<isnan>():" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +" _XOPEN_SOURCE || _ISOC99_SOURCE\n" +" || /* glibc E<gt>= 2.19: */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" +msgstr "" +" _XOPEN_SOURCE || _ISOC99_SOURCE\n" +" || /* glibc E<gt>= 2.19 : */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19 : */ _BSD_SOURCE || _SVID_SOURCE\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<isnanf>(), B<isnanl>():" +msgstr "B<isnanf>(), B<isnanl>() :" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +" _XOPEN_SOURCE E<gt>= 600\n" +" || /* glibc E<gt>= 2.19: */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" +msgstr "" +" _XOPEN_SOURCE E<gt>= 600\n" +" || /* glibc E<gt>= 2.19 : */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19 : */ _BSD_SOURCE || _SVID_SOURCE\n" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<finite>(), B<finitef>(), and B<finitel>() functions return a nonzero " +"value if I<x> is neither infinite nor a \"not-a-number\" (NaN) value, and 0 " +"otherwise." +msgstr "" +"Les fonctions B<finite>(), B<finitef>() et B<finitel>() renvoient une valeur " +"non nulle si I<x> n'est ni infini, ni une valeur NaN (« Not a Number », ce " +"qui signifie « pas un nombre »), et 0 autrement." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<isnan>(), B<isnanf>(), and B<isnanl>() functions return a nonzero " +"value if I<x> is a NaN value, and 0 otherwise." +msgstr "" +"Les fonctions B<isnan>(), B<isnanf>() et B<isnanl>() renvoient une valeur " +"non nulle si I<x> est un NaN et 0 autrement." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<isinf>(), B<isinff>(), and B<isinfl>() functions return 1 if I<x> is " +"positive infinity, -1 if I<x> is negative infinity, and 0 otherwise." +msgstr "" +"Les fonctions B<isinf>(), B<isinff>() et B<isinfl>() renvoient 1 si I<x> est " +"un valeur infinie positive, -1 si I<x> est une valeur infinie négative, 0 " +"sinon." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ATTRIBUTES" +msgstr "ATTRIBUTS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For an explanation of the terms used in this section, see B<attributes>(7)." +msgstr "" +"Pour une explication des termes utilisés dans cette section, consulter " +"B<attributes>(7)." + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Interface" +msgstr "Interface" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Attribute" +msgstr "Attribut" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Value" +msgstr "Valeur" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".na\n" +msgstr ".na\n" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".nh\n" +msgstr ".nh\n" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<finite>(),\n" +"B<finitef>(),\n" +"B<finitel>(),\n" +"B<isinf>(),\n" +"B<isinff>(),\n" +"B<isinfl>(),\n" +"B<isnan>(),\n" +"B<isnanf>(),\n" +"B<isnanl>()" +msgstr "" +"B<finite>(),\n" +"B<finitef>(),\n" +"B<finitel>(),\n" +"B<isinf>(),\n" +"B<isinff>(),\n" +"B<isinfl>(),\n" +"B<isnan>(),\n" +"B<isnanf>(),\n" +"B<isnanl>()" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Thread safety" +msgstr "Sécurité des threads" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Safe" +msgstr "MT-Safe" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NOTES" +msgstr "NOTES" + +#. finite* not on HP-UX; they exist on Tru64. +#. .SH HISTORY +#. The +#. .BR finite () +#. function occurs in 4.3BSD. +#. see IEEE.3 in the 4.3BSD manual +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note that these functions are obsolete. C99 defines macros B<isfinite>(), " +"B<isinf>(), and B<isnan>() (for all types) replacing them. Further note " +"that the C99 B<isinf>() has weaker guarantees on the return value. See " +"B<fpclassify>(3)." +msgstr "" +"Notez que ces fonctions sont obsolètes, C99 définit les macros " +"B<isfinite>(), B<isinf>() et B<isnan>() (pour tous les types) les " +"remplaçant. Notez de plus que la macro C99 B<isinf>() a moins de garanties " +"sur sa valeur de retour. Consultez B<fpclassify>(3)." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<fpclassify>(3)" +msgstr "B<fpclassify>(3)" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "2023-02-05" +msgstr "5 février 2023" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Pages du manuel de Linux 6.03" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-07-20" +msgstr "20 juillet 2023" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Pages du manuel de Linux 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Pages du manuel de Linux 6.04" |