ndd[ Synopsis | Description | See also | Back to the NDD package documentation ] |
#include "lash-ndd.h"
ndd
Internally, an NDD is simply a finite-state automaton recognizing numbers. At the time an NDD is created, it is thus necessary to specify the base with respect to which the numbers are encoded, as well as the direction of this encoding (most or least significant digit first). For most applications, it is best to choose the base equal to 2 and to encode numbers most significant digit first. Some functions use a default direction for encoding numbers; one should not make assumptions about the value of this direction (other than supposing that it is consistent from one function call to another).
[ Synopsis | Description | See also | Back to the NDD package documentation ] |