release
[hcoop/zz_old/debian/djbdns.git] / taia_approx.c
1 #include "taia.h"
2
3 double taia_approx(const struct taia *t)
4 {
5 return tai_approx(&t->sec) + taia_frac(t);
6 }