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

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