-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gentle subnanos for issue #3 #5
Conversation
rounding (really anything but flooring [to handle both negative and nonnegative values) would be incompatible with future femtosecond resolved times. one floors the extra trailing digits (the digits that are more precise than the data structure can hold or than the functions can process properly), to ensure the code that rolls up over periods works correctly: this must not fail when moving from a microsecond limited system to a nanosecond limited one: `±999.9microsecs == ±999_900nanosecs == Microsecond(±999) + Nanosecond(±900)`.
Pull Request Test Coverage Report for Build 2739578617
💛 - Coveralls |
Pull Request Test Coverage Report for Build 2738683575Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 2738817345Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
No description provided.