<?xml version="1.0" encoding="UTF-8"?>

<record version="2" id="8486">
 <title>least significant digit</title>
 <name>LeastSignificantDigit</name>
 <created>2006-10-27 18:14:47</created>
 <modified>2006-10-31 17:34:20</modified>
 <type>Definition</type>
 <creator id="13766" name="PrimeFan"/>
 <author id="12020" name="Lando47"/>
 <classification>
	<category scheme="msc" code="11A63"/>
 </classification>
 <defines>
	<concept>least significant bit</concept>
 </defines>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
</preamble>
 <content>The {\em least significant digit} of a number $n$ written in a given positional base $b$ is the digit in the least significant place value, and has to be in the range $-1 &lt; d_1 &lt; b$. In the case of an integer, the least significant digit is the 1's place value, usually written to the right of the $b$'s place value. In the case of a transcendental number, there is no actual least significant digit, but for computational purposes the rational approximation would have a least significant digit.

In an array of digits $k$ long meant for mathematical manipulation, it might be convenient to index the least significant digit with index 1 or 0, and the more significant digits with larger integers. (This enables the calculation of the value of a given digit as $d_ib^i$  rather than $d_ib^{k - i}$.) For an array of digits meant for text string manipulation, however, the least significant digit might be placed at position $k$ (for example, by Mathematica's IntegerDigits function).

In binary, the least significant digit is often called the {\em least significant bit}.</content>
</record>
