1tai_approx(3) Library Functions Manual tai_approx(3)
23
4
NAME
6tai_approx - return double-precision approximation
7
SYNTAX
9#include <tai.h>
1011
extern int tai_approx(const struct tai* t);
12
DESCRIPTION
14tai_approx returns a double-precision approximation of t. The result of
15tai_approx is always nonnegative.
16
SEE ALSO
18taia_approx(3)
1920
21
22
tai_approx(3)