Closed mansourmoufid closed 9 years ago
This implements the inverse tangent function using a polynomial approximation with error less than 1e-5.
On x86, this is about 40% faster (-Os -ffast-math) to 6 times faster (-O3 -ffast-math) than the GNU libm.
-Os -ffast-math
-O3 -ffast-math
This implements the inverse tangent function using a polynomial approximation with error less than 1e-5.