All translations

Enter a message name below to show all available translations.

Message

Found 5 translations.

NameCurrent message text
 h Deutsch (de){| class="wikitable"
!style="width: 20%;"|Funktion
!style="width: 55%;"|Beschreibung
!style="width: 25%;"|Eingabebereich
|-
| {{incode|abs(x)}}
| [https://de.wikipedia.org/wiki/Betragsfunktion Betragsfunktion]
| alle
|-
| {{incode|ceil(x)}}
| [https://de.wikipedia.org/wiki/Abrundungsfunktion_und_Aufrundungsfunktion Aufrundungsfunktion], kleinster ganzzahliger Wert größer oder gleich x
| alle
|-
| {{incode|floor(x)}}
| [https://de.wikipedia.org/wiki/Abrundungsfunktion_und_Aufrundungsfunktion Abrundungsfunktion], größter ganzzahliger Wert kleiner oder gleich x
| alle
|-
| {{incode|mod(x, y)}}
| [https://de.wikipedia.org/wiki/Division_mit_Rest Division mit Rest] nach einer Division ''x'' durch ''y'', das Vorzeichen des Ergebnisses ist das des Dividenden.
| alle, außer y = 0
|-
| {{incode|round(x)}}
| [https://de.wikipedia.org/wiki/Rundung Rundung] auf die nächste Ganzzahl
| alle
|-
| {{incode|trunc(x)}}
| [https://de.wikipedia.org/wiki/Trunkierung_(Mathematik) Trunkierung] auf die nächste Ganzzahl in Richtung Null (Nachkommastellen entfernen).
| alle
|}
 h English (en){| class="wikitable"
!style="width: 20%;"|Function
!style="width: 55%;"|Description
!style="width: 25%;"|Input range
|-
| {{incode|abs(x)}}
| [https://en.wikipedia.org/wiki/Absolute_value Absolute value]
| all
|-
| {{incode|ceil(x)}}
| [https://en.wikipedia.org/wiki/Floor_and_ceiling_functions Ceiling function], smallest integer value greater than or equal to x
| all 
|-
| {{incode|floor(x)}}
| [https://en.wikipedia.org/wiki/Floor_and_ceiling_functions Floor function], largest integer value less than or equal to x
| all 
|-
| {{incode|mod(x; y)}}
| [https://en.wikipedia.org/wiki/Remainder Remainder] after dividing ''x'' by ''y'', sign of result is that of the dividend.
| all, except y = 0
|-
| {{incode|round(x)}}
| [https://en.wikipedia.org/wiki/Rounding Rounding] to the nearest integer
| all
|-
| {{incode|trunc(x)}}
| [https://en.wikipedia.org/wiki/Truncation Truncation] to the nearest integer in the direction of zero
| all
|}
 h français (fr){| class="wikitable"
!style="width: 20%;"|Fonction
!style="width: 55%;"|Description
!style="width: 25%;"|Plage de saisie
|-
| {{incode|abs(x)}}
| [https://fr.wikipedia.org/wiki/Valeur_absolue Valeur absolue]
| tout
|-
| {{incode|ceil(x)}}
| [https://fr.wikipedia.org/wiki/Partie_enti%C3%A8re_et_partie_fractionnaire#Fonction_partie_enti%C3%A8re Partie entière par excès], la plus petite valeur entière supérieure ou égale à x
| tout 
|-
| {{incode|floor(x)}}
| [https://fr.wikipedia.org/wiki/Partie_enti%C3%A8re_et_partie_fractionnaire#Fonction_partie_enti%C3%A8re Partie entière], la plus grande valeur entière inférieure ou égale à x
| tout 
|-
| {{incode|mod(x; y)}}
| [https://fr.wikipedia.org/wiki/Reste Reste] après la division de ''x'' par ''y'', le signe du résultat est celui du dividende.
| tout sauf y = 0
|-
| {{incode|round(x)}}
| [https://fr.wikipedia.org/wiki/Arrondi_(math%C3%A9matiques) Arrondi] au nombre entier le plus proche
| tout
|-
| {{incode|trunc(x)}}
| [https://fr.wikipedia.org/wiki/Troncature Troncature] au nombre entier le plus proche en direction de zéro
| tout
|}
 h italiano (it){| class="wikitable"
!style="width: 20%;"|Funzione
!style="width: 55%;"|Descrizione
!style="width: 25%;"|Intervallo di valori
|-
| {{incode|abs(x)}}
| [https://it.wikipedia.org/wiki/Valore_assoluto Valore assoluto]
| tutti
|-
| {{incode|ceil(x)}}
| [https://en.wikipedia.org/wiki/Floor_and_ceiling_functions Approssimazione per difetto], valore intero più piccolo maggiore o uguale a x
| tutti 
|-
| {{incode|floor(x)}}
| [https://en.wikipedia.org/wiki/Floor_and_ceiling_functions Approssimazione in eccesso], valore intero più grande minore o uguale a x
| tutti 
|-
| {{incode|mod(x; y)}}
| [https://it.wikipedia.org/wiki/Resto Resto] dopo aver diviso ''x'' per ''y'', il segno del risultato è quello del dividendo.
| tutti, eccetto y = 0
|-
| {{incode|round(x)}}
| [https://it.wikipedia.org/wiki/Arrotondamento Arrotondamento] all'intero più vicino
| tutti
|-
| {{incode|trunc(x)}}
| [https://it.wikipedia.org/wiki/Troncamento_(matematica) Troncamento] all'intero più vicino nella direzione dello zero
| tutti
|}
 h polski (pl){| class="wikitable"
!style="width: 20%;"|Funkcja
!style="width: 55%;"|Opis
!style="width: 25%;"|Zakres wprowadzanych wartości
|-
| | {{incode|abs(x)}}
| [https://pl.wikipedia.org/wiki/Warto%C5%9B%C4%87_bezwzgl%C4%99dna Wartość bezwzględna]
| cały
|-
| {{incode|ceil(x)}}
| [https://pl.wikipedia.org/wiki/Pod%C5%82oga_i_sufit Funkcja sufitu], najmniejsza wartość całkowita większa lub równa x
| cały 
|-
| {{incode|floor(x)}}
| [https://pl.wikipedia.org/wiki/Pod%C5%82oga_i_sufit Funkcja podłogi], największa wartość całkowita mniejsza lub równa x
| cały 
|-
| {{incode|mod(x; y)}}
| [https://pl.wikipedia.org/wiki/Reszta Reszta] po podzieleniu "'x'" przez "'y', znak wyniku to znak dywidendy.
| cały, z wyjątkiem y = 0
|-
| {{incode|round(x)}}
| [https://pl.wikipedia.org/wiki/Zaokr%C4%85glanie Zaokrąglanie] do najbliższej liczby całkowitej
| cały
|-
| {{incode|trunc(x)}}
| [https://pl.wikipedia.org/wiki/Obcinanie Obcinanie] do najbliższej liczby całkowitej w kierunku zera
| cały
|}