ndd_create_eq2, ndd_create_eq2_lsdf, ndd_create_eq2_msdf[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |
#include "lash-ndd.h"
ndd *ndd_create_eq2_lsdf(uint1 r);
ndd *ndd_create_eq2_msdf(uint1 r);
ndd *ndd_create_eq2(uint1 r);
{ (x, x) | x in Z }
The numeration base is r. The NDDs created by ndd_create_eq2_msdf operate most significant digit first, and those created by ndd_create_eq2_lsdf least significant digit first.
The macro ndd_create_eq2 can be used for creating an NDD operating in the default direction.
[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |