Factory class for creating Presentables from double or long values
(the preferred method of creating Presentables is to start with a String,
create a Presentation using an implementer of PresentationFactoryInterface,
and then turn that into a Presentable).
This is the base class for presentations to the user,
particularly in situations where room for the presentation is limited,
such as in a spreadsheet cell.