Merge pull request #47 from fangliu-tju/patch-2
Update numbers_types.qmd
This commit is contained in:
commit
1607bd49c3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user