Skip to content

Commit 8d0ef25

Browse files
authored
Correct minor mistakes
1 parent daae256 commit 8d0ef25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/AFixedPointPrimer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Integers are numbers that do not have a fractional component in them.
77
For example 0, 1, 42, 128, 10000 are all integers
88

99
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)
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).
1111
For example 0.5, 1.75, 42.42, 128.367 and 10000.00001 are all rational numbers.
1212

1313
Normally computers represent these in what is called a 'floating point' format.

0 commit comments

Comments
 (0)