Replace exponential rise shape with centered Gaussian erf
The first-order RC exponential (1-exp(-dt/tau)) had infinite slope at
dt=0 and a lazy asymptotic tail — not physically realistic. Replace with
0.5*(1+erf(dt/tau)), which models skin-effect losses (alpha proportional
to sqrt(f)) and gives zero slope at dt=0 with a smooth symmetric sigmoid.
- Add erf() rational approximation (Abramowitz & Stegun 7.1.26)
- Extend waveVoltageAt spatial window by 3*tau for precursor foot
- Update sumEventsWithRise to include events up to 3*tau ahead
- Rename UI option to "Gaussian rise (skin-effect)"
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>