1 2 3 4 5 6 7 8
/* ISC license. */ #include <skalibs/tai.h> double tain_frac (tain const *t) { return t->nano * 0.000000001 ; }