#include "taia.h"

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


syntax highlighted by Code2HTML, v. 0.9.1