Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1175370

Browse files
authored
translated 'math.nextafter(x,y) (#1380)
1 parent f375e25 commit 1175370

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

library/math.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,37 +372,41 @@ msgstr ""
372372
"le signe de *x* et sont flottants."
373373

374374
#: library/math.rst:234
375-
#, fuzzy
376375
msgid "Return the next floating-point value after *x* towards *y*."
377-
msgstr "Renvoie la tangente de *x* radians."
376+
msgstr ""
377+
"Renvoie la valeur flottante consécutive à *x*, dans la direction de *y*."
378378

379379
#: library/math.rst:236
380380
msgid "If *x* is equal to *y*, return *y*."
381-
msgstr ""
381+
msgstr "Si *x* est égal à *y*, renvoie *y*."
382382

383383
#: library/math.rst:238
384384
msgid "Examples:"
385-
msgstr ""
385+
msgstr "Exemples :"
386386

387387
#: library/math.rst:240
388388
msgid "``math.nextafter(x, math.inf)`` goes up: towards positive infinity."
389389
msgstr ""
390+
"``math.nextafter(x, math.inf)`` augmente de valeur : vers l'infini positif."
390391

391392
#: library/math.rst:241
392393
msgid "``math.nextafter(x, -math.inf)`` goes down: towards minus infinity."
393394
msgstr ""
395+
"``math.nextafter(x, -math.inf)`` baisse de valeur : vers l'infini négatif."
394396

395397
#: library/math.rst:242
396398
msgid "``math.nextafter(x, 0.0)`` goes towards zero."
397-
msgstr ""
399+
msgstr "``math.nextafter(x, 0.0)`` augmente ou baisse de valeur, vers zéro."
398400

399401
#: library/math.rst:243
400402
msgid "``math.nextafter(x, math.copysign(math.inf, x))`` goes away from zero."
401403
msgstr ""
404+
"``math.nextafter(x, math.copysign(math.inf, x))`` augmente ou baisse de "
405+
"valeur, en s'éloignant de zéro."
402406

403407
#: library/math.rst:245
404408
msgid "See also :func:`math.ulp`."
405-
msgstr ""
409+
msgstr "Voir aussi : :func:`math.ulp`."
406410

407411
#: library/math.rst:251
408412
msgid ""

0 commit comments

Comments
 (0)