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