Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Oct 31, 2024
1 parent 18aae2a commit 490f381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarto/precalc/numbers_types.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Rather than give an error though, `Julia` gives seemingly arbitrary answers, as
2^62, 2^63
```

(They aren't arbitrary, as explained previosly.)
(They aren't arbitrary, as explained previously.)


This could be worked around, as it is with some programming languages, but it isn't, as it would slow down this basic computation. So, it is up to the user to be aware of cases where their integer values can grow to big. The suggestion is to use floating point numbers in this domain, as they have more room, at the cost of sometimes being approximate values for fairly large values.
Expand Down

0 comments on commit 490f381

Please sign in to comment.