This document contains a series of conversion tables, primarily focusing on octal-decimal integer conversions and powers of two and eight. It is structured into several sections:
- B.1 Octal-Decimal Integer Conversions: This is the most extensive section, presenting tables that map octal numbers to their decimal equivalents across a wide range of values. The tables are organized in a grid format, with octal numbers on the left and the corresponding decimal values in the grid cells, broken down by the last digit of the octal number.
- B.2 Powers of Two and Eight: This section lists values of $2^N$ and $8^M$ for various integer values of N and M, along with their corresponding decimal and octal representations. It also includes fractional values of these powers.
- B.3 Scales of Notation: This section includes sub-sections on:
- B.3.1 $2^X$ in Decimal: Shows the decimal equivalents of $2^X$ for fractional values of X.
- B.3.2 $10^{\pm n}$ in Octal: Provides the octal representation of powers of 10.
- B.3.3 $n \log2 10$ and $n \log{10} 2$ in Decimal: Lists decimal values for these logarithmic relationships.
- B.3.4 Addition and Multiplication, Binary and Octal: Presents addition and multiplication tables for binary and octal number systems.
- B.3.5 Mathematical Constants in Octal: Lists the values of several mathematical constants (π, e, √2, etc.) in octal and decimal.
In essence, the document serves as a reference guide for numerical conversions and mathematical constants across different number systems, likely for use in computing or technical contexts.