R/utils.R
log_pad.Rd
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)