-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
address feedback from PR, add granularity
- more visible funcs now have more explicitly-named parameter for places - `extract_number(decimal_places=...)` now has several options: - `decimal_places=n` will round to `n` places - `decimal_places=0` will round up to nearest int, equiv. ceil(result) - `decimal_places=-1` will round down to int, equiv. floor(result) - expanded comments and docstrings - remove old commented-out code
- Loading branch information
1 parent
715fdda
commit 951b8df
Showing
2 changed files
with
47 additions
and
23 deletions.
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