Skip to content

Instantly share code, notes, and snippets.

@rueian
Created January 2, 2020 00:37
Show Gist options
  • Save rueian/5378c0e35c744317daac5d0c0479719e to your computer and use it in GitHub Desktop.
Save rueian/5378c0e35c744317daac5d0c0479719e to your computer and use it in GitHub Desktop.
/* In any case, don't believe extremely small or large estimates. */
if (selec < 0.00001)
selec = 0.00001;
else if (selec > 0.9999)
selec = 0.9999;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment