@@ -372,37 +372,41 @@ msgstr ""
372
372
"le signe de *x* et sont flottants."
373
373
374
374
#: library/math.rst:234
375
- #, fuzzy
376
375
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*."
378
378
379
379
#: library/math.rst:236
380
380
msgid "If *x* is equal to *y*, return *y*."
381
- msgstr ""
381
+ msgstr "Si *x* est égal à *y*, renvoie *y*. "
382
382
383
383
#: library/math.rst:238
384
384
msgid "Examples:"
385
- msgstr ""
385
+ msgstr "Exemples : "
386
386
387
387
#: library/math.rst:240
388
388
msgid "``math.nextafter(x, math.inf)`` goes up: towards positive infinity."
389
389
msgstr ""
390
+ "``math.nextafter(x, math.inf)`` augmente de valeur : vers l'infini positif."
390
391
391
392
#: library/math.rst:241
392
393
msgid "``math.nextafter(x, -math.inf)`` goes down: towards minus infinity."
393
394
msgstr ""
395
+ "``math.nextafter(x, -math.inf)`` baisse de valeur : vers l'infini négatif."
394
396
395
397
#: library/math.rst:242
396
398
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. "
398
400
399
401
#: library/math.rst:243
400
402
msgid "``math.nextafter(x, math.copysign(math.inf, x))`` goes away from zero."
401
403
msgstr ""
404
+ "``math.nextafter(x, math.copysign(math.inf, x))`` augmente ou baisse de "
405
+ "valeur, en s'éloignant de zéro."
402
406
403
407
#: library/math.rst:245
404
408
msgid "See also :func:`math.ulp`."
405
- msgstr ""
409
+ msgstr "Voir aussi : :func:`math.ulp`. "
406
410
407
411
#: library/math.rst:251
408
412
msgid ""
0 commit comments