Expand description
Exp(x) approximation relying on Taylor series expansion.
Structsยง
- Taylor
Exponent - A structure that defines the custom operation TaylorExponent that computes an approximate exp(x / (2 ** fixed_precision)) * (2 ** fixed_precision) using Taylor expansion.