Returns functions that map \(x \mapsto \log(ax+b)\) and \(x \mapsto (\exp(x)-b)/a\). (These are inverses.)

log_pad(a = 1, b = 1)

exp_pad(a = 1, b = 1)