Viewing profile — simplesighman
simplesighman
HN member- Joined
- Mon, Apr 13, 2026, 3:48 AM UTC
- HN karma
- 11
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About simplesighman
No profile information was provided.
Recent public activity
-
comment
Comment #47747608
Thanks for posting that. You had a transcribing typo which was corrected in the ECMAScript below. Here's the calculation for 5 x 7: const eml = (x,y) => Math.exp(x) - Math.log(y); …
-
comment
Comment #47747354
> For example, exp(x)=eml(x,1), ln(x)=eml(1,eml(eml(1,x),1)), and likewise for all other operations I read the paper. Is there a table covering all other math operations translated…