Created
January 2, 2020 00:37
-
-
Save rueian/5378c0e35c744317daac5d0c0479719e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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