1 2 3 4 5 6 7 8
/* ISC license. */ #include <skalibs/tai.h> double tain_approx (tain_t const *t) { return tai_approx(&t->sec) + tain_frac(t) ; }