Typo on line 102 (#493)
This commit is contained in:
parent
0660340e56
commit
3b67bc2926
|
@ -99,7 +99,7 @@ The distinction between integers and doubles is not usually important, but there
|
||||||
some numerical tolerance.
|
some numerical tolerance.
|
||||||
|
|
||||||
1. Integers have one special value: `NA`, while doubles have four:
|
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}
|
```{r}
|
||||||
c(-1, 0, 1) / 0
|
c(-1, 0, 1) / 0
|
||||||
|
|
Loading…
Reference in New Issue