On Fri, 28 Oct 2016 00:40:03 -0700 Aris Merchant <thoughtsoflifeandligh...@gmail.com> wrote:
> Am I the only one who doesn't understand what this even means? Best > guess is t+2 to a maximum of 14, but the internet isn't that clear > on this. I think map may have different meanings in different fields > (math, programming)? There has to be a way to make this clearer. Yep, you got that right: t+2 up to a maximum of 14. The |-> is meant to approximate the LaTeX symbol \mapsto, which is standard mathematical notations to denote functions without a name (if the function has a name, say, 'f', you'd usually write f(t) := max(14,t+2) instead). -- aranea