Skip to content

Commit 891e865

Browse files
author
arnaud
committed
Erreur signalée par Eric Naudin
1 parent c12bfc5 commit 891e865

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

livre-python1.pdf

67.5 KB
Binary file not shown.

premiers_pas/premiers_pas.pdf

10 Bytes
Binary file not shown.

premiers_pas/premiers_pas.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@
288288
Dans le module \ci{math} il y aussi des fonctions pour arrondir un nombre décimal :
289289
\begin{itemize}
290290
\item \ci{round()}\index{round@\ci{round}} arrondit à l'entier le plus proche : \ci{round(5.6)} renvoie \ci{6}, \ci{round(1.5)} renvoie \ci{2}.
291-
\item \ci{floor()}\index{floor@\ci{floor}} renvoie l'entier inférieur ou égal : \ci{round(5.6)} renvoie \ci{5}.
292-
\item \ci{ceil()}\index{ceil@\ci{ceil}} renvoie l'entier supérieur ou égal : \ci{round(5.6)} renvoie \ci{6}.
291+
\item \ci{floor()}\index{floor@\ci{floor}} renvoie l'entier inférieur ou égal : \ci{floor(5.6)} renvoie \ci{5}.
292+
\item \ci{ceil()}\index{ceil@\ci{ceil}} renvoie l'entier supérieur ou égal : \ci{ceil(5.6)} renvoie \ci{6}.
293293
\end{itemize}
294294

295295
\end{itemize}

0 commit comments

Comments
 (0)