Translated by sunoc

This commit is contained in:
sunoc 2024-07-30 23:21:29 +09:00
parent 79f9ad392e
commit a3c7b9edfc

View File

@ -5602,6 +5602,14 @@ table dabréviations à cette liste.</seg>
<seg>@code{electric-future-map}.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>@code{eval} is an abbreviation for ``evaluate'' and @code{sexp} is an abbreviation for ``symbolic expression''.</seg>
</tuv>
<tuv lang="fr" changeid="sunoc" changedate="20240730T142126Z" creationid="sunoc" creationdate="20240730T142126Z">
<seg>@code{eval} est une abréviation pour </seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>@code{ffloor} returns the nearest integer below; @code{fceiling}, the nearest integer above; @code{ftruncate}, the nearest integer in the direction towards zero; @code{fround}, the nearest integer.</seg>