summaryrefslogtreecommitdiff
path: root/src/libstddjb/tain_frac.c
blob: 45ee3b4454e3d5fc379afb7f4687ba75d5dab718 (plain)
1
2
3
4
5
6
7
8
/* ISC license. */

#include <skalibs/tai.h>

double tain_frac (tain_t const *t)
{
  return t->nano * 0.000000001 ;
}