We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daae256 commit 8d0ef25Copy full SHA for 8d0ef25
extras/AFixedPointPrimer.md
@@ -7,7 +7,7 @@ Integers are numbers that do not have a fractional component in them.
7
For example 0, 1, 42, 128, 10000 are all integers
8
9
Numbers that do have a fractional component are called 'rational' numbers.
10
-They are often represented either as fractions or as numbers with a 'radix point'in them (often called a 'decimal point' in day-to-day maths)
+They are often represented either as fractions or as numbers with a 'radix point' in them (often called a 'decimal point' in day-to-day maths).
11
For example 0.5, 1.75, 42.42, 128.367 and 10000.00001 are all rational numbers.
12
13
Normally computers represent these in what is called a 'floating point' format.
0 commit comments