suitcase

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

taia_approx.c (107B)


      1 #include <tai/taia.h>
      2 
      3 double taia_approx(struct taia *t)
      4 {
      5   return tai_approx(&t->sec) + taia_frac(t);
      6 }