Closed mansourmoufid closed 9 years ago
This implements the natural exponential function using a polynomial approximation with an error less than 3e-5.
This is about 10% faster than the GNU libm on x86.
This implements the natural exponential function using a polynomial approximation with an error less than 3e-5.