diff options
Diffstat (limited to 'absl/time')
-rw-r--r-- | absl/time/time.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/absl/time/time.h b/absl/time/time.h index 36e10b91ce7b..2f0fda4cb07c 100644 --- a/absl/time/time.h +++ b/absl/time/time.h @@ -322,6 +322,9 @@ Duration Ceil(Duration d, Duration unit); // 0 == d / inf // INT64_MAX == inf / d // +// d < inf +// -inf < d +// // // Division by zero returns infinity, or INT64_MIN/MAX where appropriate. // inf == d / 0 // INT64_MAX == d / absl::ZeroDuration() |