(t)
| 156 | return t[t.length - 1]; |
| 157 | } |
| 158 | function S(t) { |
| 159 | return null == t || "" === t ? null : +t; |
| 160 | } |
| 161 | const $ = (t) => (e) => t * Math.exp(e), |
| 162 | T = (t) => (e) => Math.log(t * e), |
| 163 | B = (t) => (e) => Math.sign(e) * Math.log1p(Math.abs(e / t)), |