Javascript is not enabled. This site can still works but it'll be more interactive when javascript is enabled.
loading...
Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
ok123456
4 hours ago
|
on: Faster asin() was hiding in plain sight
Chebyshev approximation for asin is sum(2
T_n(x) / (pi*n*n),n), the even terms are 0.
reply