functions ¬
LIST[
["Bump", Bump, "\t\ta second order curve"],
["Gauss", Gauss, "\t\tthe normal distribution curve"],
["Poisson", Poisson, "\t\tthe poisson curve, with a the scalar"],
["Power", Power, "\t\ta power curve, with a the exponent"],
["Sin", Sin, "\t\t\ta sin curve raised to the a power"],
["Ln", Ln, "\t\t\tnatural logarithm"],
["Log", Log, "\t\t\tlogarithm to the base a"],
["Exp", Exp, "\t\t\tan exponential function"],
["Perlin", Perlin, "\t\tKen's curve, with a the scalar"],
["Wyvill", Wyvill, "\t\tWyvill's soft function"],
["SlowInOut", SlowInOut, "\tslow in and out curve"],
["Compress", Compress, "\t\tlike Gauss"],
["Pavicic", Pavicic, "\t\tPavicic's radial weighting filter"],
["PerspZ", PerspZ, "\t\ttransformed perspective Z"],
["SquashStretch", SquashStretch, "squash/stretch ala JB + BW"],
["Ease", Ease, "\t\t\tGlassner's slow-in-out, a > 0: slower easing"]
];