diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-19 21:39:11 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-19 21:39:11 +0100 |
commit | e8a7e1c358caec60751460d337f634ff6957ff9d (patch) | |
tree | b0fe92173edbf210d2890ecd35141cc39decf8dc /man3/libsimple_multimespec.3 | |
parent | Add memelemscan (diff) | |
download | libsimple-e8a7e1c358caec60751460d337f634ff6957ff9d.tar.gz libsimple-e8a7e1c358caec60751460d337f634ff6957ff9d.tar.bz2 libsimple-e8a7e1c358caec60751460d337f634ff6957ff9d.tar.xz |
Add a bunch of function and macros
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man3/libsimple_multimespec.3')
-rw-r--r-- | man3/libsimple_multimespec.3 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man3/libsimple_multimespec.3 b/man3/libsimple_multimespec.3 index a55b7a2..34b352d 100644 --- a/man3/libsimple_multimespec.3 +++ b/man3/libsimple_multimespec.3 @@ -29,6 +29,13 @@ and .I multiplier and stores the result in .IR prod . +.PP +These functions assume that +.I multiplicand->tv_nsec +is in its valid range ([0, 1000000000) for +.BR libsimple_multimespec () +and [0, 1000000) for +.BR libsimple_multimeval ()). .SH RETURN VALUE The .BR libsimple_multimespec () |