-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create minimum/maximum functions (#141)
* Add min/max functions with precision * Add tests for new min/max functions * Add default val for closed/unbounded intervals in min/max * Rename min/max functions to minimum/maximum * Rename percision kwarg in min/max to increment * Add integer specific min/max function * Add float specific min/max functions * Respect the increment variable in AbstractFloat min/max * Apply suggestions and add more tests * Add unbounded accessor tests * Add anchoredinterval support in min/max * Adjust accessor test structure * Handle various edge cases in min/max * Add docstrings for min/max * Update isfinite.jl to support TimeTypes * Apply suggested changes * Update docs to include bound-open Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
- Loading branch information
Showing
5 changed files
with
238 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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