From 3b67bc2926820e2de9e81aaca56a1c61530b96c4 Mon Sep 17 00:00:00 2001 From: Ivan Krukov Date: Wed, 3 May 2017 06:56:26 -0600 Subject: [PATCH] Typo on line 102 (#493) --- vectors.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vectors.Rmd b/vectors.Rmd index b8b78d9..9b28c86 100644 --- a/vectors.Rmd +++ b/vectors.Rmd @@ -99,7 +99,7 @@ The distinction between integers and doubles is not usually important, but there some numerical tolerance. 1. Integers have one special value: `NA`, while doubles have four: - `NA`, `NaN`, `Inf` and `-Inf`. All three special values `NaN`, `Inf` and `-Inf` can arise in during division: + `NA`, `NaN`, `Inf` and `-Inf`. All three special values `NaN`, `Inf` and `-Inf` can arise during division: ```{r} c(-1, 0, 1) / 0