returns true if the width is in the NARROW range
width
static bool isNarrow(double width) { return width <= NARROW; }