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