Making a slider take anything but linear values involves some sort of two-step process. In this case a calculation. The slider value is exponentiated, and this new value is shown in a text box instead of the actual slider value.
(This side originally created by
Jonas Hall)