From 05ae0a1a5f461b02ed7ed8ac22d280141e01c6ad Mon Sep 17 00:00:00 2001 From: Fang Liu <46347645+fangliu-tju@users.noreply.github.com> Date: Wed, 2 Nov 2022 11:00:13 +0800 Subject: [PATCH] Update numbers_types.qmd line 29 on other other hand => on the other hand --- quarto/precalc/numbers_types.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarto/precalc/numbers_types.qmd b/quarto/precalc/numbers_types.qmd index aa305ad..dd99450 100644 --- a/quarto/precalc/numbers_types.qmd +++ b/quarto/precalc/numbers_types.qmd @@ -26,7 +26,7 @@ On top of these, we have special subsets, such as the natural numbers $\{1, 2, \ Mathematically, these number systems are naturally nested within each other as integers are rational numbers which are real numbers, which can be viewed as part of the complex numbers. -Calculators typically have just one type of number - floating point values. These model the real numbers. `Julia`, on other other hand, has a rich type system, and within that has many different number types. There are types that model each of the four main systems above, and within each type, specializations for how these values are stored. +Calculators typically have just one type of number - floating point values. These model the real numbers. `Julia`, on the other hand, has a rich type system, and within that has many different number types. There are types that model each of the four main systems above, and within each type, specializations for how these values are stored. Most of the details will not be of interest to all, and will be described later.