Y
Hacker News
new
|
ask
|
show
|
jobs
by
0x20cowboy
286 days ago
If the author is around here, I think there is an error in the Equations section. In the Convex Circle equation I think it has an extra set of parens. sqrt(1-(1-x)^2) I believe as it is it’s just linear.
1 comments
kubeio
284 days ago
Thanks for highlighting that. Prettier was actually the culprit because of the non-JS `^` operator. Fixed it.
link