math: fix 128bit long double inverse trigonometric functions
authorSzabolcs Nagy <nsz@port70.net>
Tue, 23 Aug 2016 19:47:53 +0000 (21:47 +0200)
committerRich Felker <dalias@aerifal.cx>
Tue, 30 Aug 2016 20:00:38 +0000 (16:00 -0400)
commit5b5db97f7e80bde2678aed72336a28375e800354
tree2f417fbf83eb6b3394c77fb85a500869c90f2964
parent0a950dcf15bb9f7274c804dca490e9e20e475f3e
math: fix 128bit long double inverse trigonometric functions

there was a copy paste error that could cause large ulp errors
in atan2l, atanl, asinl and acosl on aarch64, mips64 and mipsn32.

(the implementation is from freebsd fdlibm, but the tail end
of the polynomial was wrong. 128 bit long double functions
are not yet tested so this went undetected.)
src/math/__invtrigl.c