Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kazinator
on May 13, 2017
|
parent
|
context
|
favorite
| on:
Approximating sin(x) to 5 ULP with Chebyshev polyn...
The elegant solution in Perl6 is to just call the library function: sin($x).
No multiple lines of code, no reduce, nothing.
The point of this is to get something faster.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
No multiple lines of code, no reduce, nothing.
The point of this is to get something faster.