From b7d563653d48e4e78837de9dc49b03df9e7a111c Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Thu, 11 Nov 2021 08:59:11 +0100 Subject: Fix md conversion errors (#3027) --- files/fr/web/xpath/functions/ceiling/index.html | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'files/fr/web/xpath/functions/ceiling') diff --git a/files/fr/web/xpath/functions/ceiling/index.html b/files/fr/web/xpath/functions/ceiling/index.html index 881bfa6918..d7bf6f388f 100644 --- a/files/fr/web/xpath/functions/ceiling/index.html +++ b/files/fr/web/xpath/functions/ceiling/index.html @@ -11,27 +11,23 @@ original_slug: Web/XPath/Fonctions/ceiling


La fonction ceiling évalue un nombre décimal et retourne le plus petit nombre entier supérieur ou égal au nombre évalué.

-

Syntaxe

+

Syntaxe

ceiling( nombre )
 
-

Arguments

+

Arguments

nombre
Le nombre décimal à évaluer.
-

Retour

+

Retour

Le plus petit entier supérieur ou égal à nombre.

Par exemple :

ceiling (5.2) = 6
ceiling (-5.2) = -5
-

Définition

-

XPath 1.0, section 4.4. +

Définition

+

XPath 1.0, section 4.4.

-

Support Gecko

+

Support Gecko

Supportée. -

Interwiki Languages Links -

-
-
-{{ languages( { "en": "en/XPath/Functions/ceiling", "ja": "ja/XPath/Functions/ceiling", "pl": "pl/XPath/Funkcje/ceiling" } ) }} +

\ No newline at end of file -- cgit v1.2.3-54-g00ecf