András B Nagy
András B Nagy
`equal.within: 0.2 1.0 1.1` indicates 0.2 is the acceptable deviance between the two numbers. Racket uses `check-within` in its testing library.
Pyret is another language I've been working with. It uses `within(tolerance)` which returns a function we can give two numbers and get true if they're within the tolerance. They've defined...
It looks like we're trying to download an macOS arm64 release, but one isn't available for the pinned nightly. I poked around a little, and it seems that platform wasn't...
This is for the current week's featured exercise so this should take priority over the other two #48in24 PRs. Thanks!