Skip to content

Instantly share code, notes, and snippets.

@arildojr7
Created November 26, 2021 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arildojr7/bec159abe72cf58df6c431d645b6353d to your computer and use it in GitHub Desktop.
Save arildojr7/bec159abe72cf58df6c431d645b6353d to your computer and use it in GitHub Desktop.
fun Double.isInPermittedTolerance() = this in -0.5..0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment