diff options
Diffstat (limited to 'po/ro/man3/logb.3.po')
-rw-r--r-- | po/ro/man3/logb.3.po | 483 |
1 files changed, 483 insertions, 0 deletions
diff --git a/po/ro/man3/logb.3.po b/po/ro/man3/logb.3.po new file mode 100644 index 00000000..f8d19613 --- /dev/null +++ b/po/ro/man3/logb.3.po @@ -0,0 +1,483 @@ +# Romanian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.20.0\n" +"POT-Creation-Date: 2024-03-01 17:00+0100\n" +"PO-Revision-Date: 2023-11-02 15:15+0100\n" +"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" +"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Poedit 3.2.2\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "logb" +msgstr "logb" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 octombrie 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Pagini de manual 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 "NUME" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "logb, logbf, logbl - get exponent of a floating-point value" +msgstr "logb, logbf, logbl - obține exponentul unei valori în virgulă mobilă" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "BIBLIOTECA" + +#. 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 "Biblioteca de matematică (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 "REZUMAT" + +#. 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<double logb(double >I<x>B<);>\n" +"B<float logbf(float >I<x>B<);>\n" +"B<long double logbl(long double >I<x>B<);>\n" +msgstr "" +"B<double logb(double >I<x>B<);>\n" +"B<float logbf(float >I<x>B<);>\n" +"B<long double logbl(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 "" +"Cerințe pentru macrocomenzi de testare a caracteristicilor pentru glibc " +"(consultați 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<logb>():" +msgstr "B<logb>():" + +#. || _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +" _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n" +" || _XOPEN_SOURCE E<gt>= 500\n" +" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" +msgstr "" +" _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n" +" || _XOPEN_SOURCE E<gt>= 500\n" +" || /* Începând cu glibc 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<logbf>(), B<logbl>():" +msgstr "B<logbf>(), B<logbl>():" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +" _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n" +" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" +msgstr "" +" _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n" +" || /* Începând cu glibc 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 "DESCRIERE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"These functions extract the exponent from the internal floating-point " +"representation of I<x> and return it as a floating-point value. The integer " +"constant B<FLT_RADIX>, defined in I<E<lt>float.hE<gt>>, indicates the radix " +"used for the system's floating-point representation. If B<FLT_RADIX> is 2, " +"B<logb(>I<x>B<)> is equal to B<floor(log2(>I<x>B<))>, except that it is " +"probably faster." +msgstr "" +"Aceste funcții extrag exponentul din reprezentarea internă în virgulă mobilă " +"a I<x> și îl returnează ca valoare în virgulă mobilă. Constanta întreagă " +"B<FLT_RADIX>, definită în I<E<lt>float.hE<gt>>, indică baza utilizată pentru " +"reprezentarea în virgulă mobilă a sistemului. Dacă B<FLT_RADIX> este 2, " +"B<logb(>I<x>B<)> este egală cu B<floor(log2(>I<x>B<))>, cu excepția faptului " +"că este probabil mai rapidă." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<x> is subnormal, B<logb>() returns the exponent I<x> would have if it " +"were normalized." +msgstr "" +"Dacă I<x> este subnormal, B<logb>() returnează exponentul pe care I<x> l-ar " +"avea dacă ar fi normalizat." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "RETURN VALUE" +msgstr "VALOAREA RETURNATĂ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "On success, these functions return the exponent of I<x>." +msgstr "În caz de succes, aceste funcții returnează exponentul lui I<x>." + +# R-GC, scrie: +# de moment, rămîne netradus; încă nu știu: +# «NaN» = „Not a Name” sau „Not a Number” +# ***** +# A rezultat că este: „Not a Number”. +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "If I<x> is a NaN, a NaN is returned." +msgstr "" +"Dacă I<x> nu este un număr („Not a Number”: NaN), se returnează un NaN." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<x> is zero, then a pole error occurs, and the functions return -" +"B<HUGE_VAL>, -B<HUGE_VALF>, or -B<HUGE_VALL>, respectively." +msgstr "" +"Dacă I<x> este zero, apare o eroare de „polaritate”, iar funcțiile " +"returnează -B<HUGE_VAL>, -B<HUGE_VALF> sau -B<HUGE_VALL>, respectiv -" +"B<HUGE_VALL>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<x> is negative infinity or positive infinity, then positive infinity is " +"returned." +msgstr "" +"Dacă I<x> este infinit negativ sau infinit pozitiv, atunci se returnează " +"infinitul pozitiv." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ERRORS" +msgstr "ERORI-IEȘIRE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"See B<math_error>(7) for information on how to determine whether an error " +"has occurred when calling these functions." +msgstr "" +"Consultați B<math_error>(7) pentru informații despre cum să determinați dacă " +"a apărut o eroare la apelarea acestor funcții." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The following errors can occur:" +msgstr "Pot apărea următoarele erori:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Pole error: I<x> is 0" +msgstr "Eroare de polaritate (de semn +/-): I<x> este 0" + +#. .I errno +#. is set to +#. .BR ERANGE . +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "A divide-by-zero floating-point exception (B<FE_DIVBYZERO>) is raised." +msgstr "" +"Se ridică o excepție de împărțire la zero în virgulă mobilă " +"(B<FE_DIVBYZERO>)." + +#. #-#-#-#-# archlinux: logb.3.pot (PACKAGE VERSION) #-#-#-#-# +#. FIXME . Is it intentional that these functions do not set errno? +#. log(), log2(), log10() do set errno +#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6793 +#. type: Plain text +#. #-#-#-#-# debian-bookworm: logb.3.pot (PACKAGE VERSION) #-#-#-#-# +#. FIXME . Is it intentional that these functions do not set errno? +#. log(), log2(), log10() do set errno +#. Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6793 +#. .SH HISTORY +#. The +#. .BR logb () +#. function occurs in 4.3BSD. +#. see IEEE.3 in the 4.3BSD manual +#. type: Plain text +#. #-#-#-#-# debian-unstable: logb.3.pot (PACKAGE VERSION) #-#-#-#-# +#. FIXME . Is it intentional that these functions do not set errno? +#. log(), log2(), log10() do set errno +#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6793 +#. type: Plain text +#. #-#-#-#-# fedora-40: logb.3.pot (PACKAGE VERSION) #-#-#-#-# +#. FIXME . Is it intentional that these functions do not set errno? +#. log(), log2(), log10() do set errno +#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6793 +#. type: Plain text +#. #-#-#-#-# fedora-rawhide: logb.3.pot (PACKAGE VERSION) #-#-#-#-# +#. FIXME . Is it intentional that these functions do not set errno? +#. log(), log2(), log10() do set errno +#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6793 +#. type: Plain text +#. #-#-#-#-# mageia-cauldron: logb.3.pot (PACKAGE VERSION) #-#-#-#-# +#. FIXME . Is it intentional that these functions do not set errno? +#. log(), log2(), log10() do set errno +#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6793 +#. type: Plain text +#. #-#-#-#-# opensuse-leap-15-6: logb.3.pot (PACKAGE VERSION) #-#-#-#-# +#. FIXME . Is it intentional that these functions do not set errno? +#. log(), log2(), log10() do set errno +#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6793 +#. type: Plain text +#. #-#-#-#-# opensuse-tumbleweed: logb.3.pot (PACKAGE VERSION) #-#-#-#-# +#. FIXME . Is it intentional that these functions do not set errno? +#. log(), log2(), log10() do set errno +#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6793 +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "These functions do not set I<errno>." +msgstr "Aceste funcții nu configurează I<errno>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ATTRIBUTES" +msgstr "ATRIBUTE" + +#. 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 "" +"Pentru o explicație a termenilor folosiți în această secțiune, a se vedea " +"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 "Interfață" + +#. 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 "Atribut" + +#. 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 "Valoare" + +#. 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<logb>(),\n" +"B<logbf>(),\n" +"B<logbl>()" +msgstr "" +"B<logb>(),\n" +"B<logbf>(),\n" +"B<logbl>()" + +#. 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 "Siguranța firelor" + +#. 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 "STANDARDS" +msgstr "STANDARDE" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "C11, POSIX.1-2008." +msgstr "C11, POSIX.1-2008." + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "HISTORY" +msgstr "ISTORIC" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "C99, POSIX.1-2001." +msgstr "C99, POSIX.1-2001." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<logb>()" +msgstr "B<logb>()" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "4.3BSD (see IEEE.3 in the 4.3BSD manual)." +msgstr "4.3BSD (a se vedea IEEE.3 din manualul 4.3BSD)." + +#. 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 "CONSULTAȚI ȘI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<ilogb>(3), B<log>(3)" +msgstr "B<ilogb>(3), B<log>(3)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2023-02-05" +msgstr "5 februarie 2023" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Pagini de manual de Linux 6.03" + +#. type: Plain text +#: debian-bookworm +msgid "C99, POSIX.1-2001, POSIX.1-2008." +msgstr "C99, POSIX.1-2001, POSIX.1-2008." + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-07-20" +msgstr "20 iulie 2023" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Pagini de manual de Linux 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-03-30" +msgstr "30 martie 2023" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Pagini de manual de Linux 6.04" |