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