ordinalSuffix

Returns the English ordinal suffix for this number: "st", "nd", "rd", or "th".

The suffix is computed from the absolute value, so -2 yields "nd". Values ending in 11, 12, or 13 correctly yield "th" (11th, 112th, 1013th).