Skip to content

Instantly share code, notes, and snippets.

@ericelliott
Created April 2, 2016 15:13
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 ericelliott/ce7c619d8cae8442b2212582eb18f587 to your computer and use it in GitHub Desktop.
Save ericelliott/ce7c619d8cae8442b2212582eb18f587 to your computer and use it in GitHub Desktop.
highpass many values
highpass(5, 123); // true
highpass(5, 6); // true
highpass(5, 18); // true
highpass(5, 1); // false
highpass(5, 3); // false
highpass(5, 4); // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment