1 #include "taia.h" 2 taia_approx(const struct taia * t)3 double taia_approx(const struct taia *t) 4 { 5 return tai_approx(&t->sec) + taia_frac(t); 6 } 7