Remix.run Logo
0x20cowboy 3 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.

kubeio 11 hours ago | parent [-]

Thanks for highlighting that. Prettier was actually the culprit because of the non-JS `^` operator. Fixed it.