Human, Dustcake, Engineer
Doing my best to make the world a little better every day.
❤️ J9
news.ycombinator.com/user?id=lindner
@exk4ji+mpb4mdiCG5KVHxIMCo0as4k4/cIwRoxt3Aw4=.ed25519
www.openhub.net/accounts/plindner
dl.acm.org/profile/99659334862
#klippyrules
Latest one that popped up:
- float circleWidth = (float) Math.sqrt(
- canvas.getWidth() * canvas.getWidth()
- + canvas.getHeight() * canvas.getHeight()
- ) - innerRadius;
+ float circleWidth = (float) Math.hypot(canvas.getWidth(), canvas.getHeight()) - innerRadius;
#googplus