From 096b9b8c33429a384a661d946c173102fb9107d5 Mon Sep 17 00:00:00 2001 From: Max Malook Date: Sat, 23 May 2015 17:17:51 +0200 Subject: [PATCH] Fix typo `division` --- docs/content/Euclid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/Euclid.md b/docs/content/Euclid.md index aa2d668f..24dba414 100644 --- a/docs/content/Euclid.md +++ b/docs/content/Euclid.md @@ -17,7 +17,7 @@ but some even leave which one as an implementation detail (e.g. C-1990). #### Remainder -The **remainder** is the amount left over after performing the devision of a dividend +The **remainder** is the amount left over after performing the division of a dividend by a divisor, $\frac{dividend}{divisor}$, which do not divide evenly, that is, where the result of the division cannot be expressed as an integer. It is thus natural that the **remainder has the sign of the dividend**.