2002-09-16 23:49:15 +00:00
|
|
|
.TH taia_frac 3
|
|
|
|
.SH NAME
|
|
|
|
taia_frac \- get current time
|
|
|
|
.SH SYNTAX
|
2017-05-13 22:51:26 +00:00
|
|
|
.B #include <libowfat/taia.h>
|
2002-09-16 23:49:15 +00:00
|
|
|
|
|
|
|
int \fBtaia_frac\fP(const struct taia* \fIt\fR);
|
|
|
|
.SH DESCRIPTION
|
|
|
|
taia_frac returns a double-precision approximation to the fraction part
|
|
|
|
of \fIt\fR. The result of taia_frac is always nonnegative.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
taia_approx(3)
|