This commit is contained in:
Vítor Santos Costa
2015-06-18 01:15:50 +01:00
parent 204f81876a
commit 14330244df
38 changed files with 1501 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#include "taia.h"
double taia_approx(struct taia *t)
{ return tai_approx(&t->sec) + taia_frac(t);
}