/* ISC license. */ #include double tain_approx (tain_t const *t) { return tai_approx(&t->sec) + tain_frac(t) ; }