Inspired by Google's Highway C++ library.
Includes vectorized math (exp, log, sin, tanh, sigmoid, erf) since those come up a lot in ML/scientific code and the stdlib doesn't have SIMD versions.
algo.SigmoidTransform(input, output)
Requires go1.26rc1. Feedback welcome.