Module taylor_exponent

Module taylor_exponent 

Source
Expand description

Exp(x) approximation relying on Taylor series expansion.

Structsยง

TaylorExponent
A structure that defines the custom operation TaylorExponent that computes an approximate exp(x / (2 ** fixed_precision)) * (2 ** fixed_precision) using Taylor expansion.