Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Dylan16807
on May 12, 2024
|
parent
|
context
|
favorite
| on:
Why the CORDIC algorithm lives rent-free in my hea...
You just need a vague approximation. Even CORDIC is overkill.
clamp(x/2, -1, 1) is basically a sigmoid.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
clamp(x/2, -1, 1) is basically a sigmoid.