summaryrefslogtreecommitdiff
path: root/taia_approx.c
blob: 0c4d0deb1bee760a4f9298e64e7daf49e972954c (plain)
1
2
3
4
5
6
#include "taia.h"

double taia_approx(struct taia *t)
{
  return tai_approx(&t->sec) + taia_frac(t);
}