suitcase

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

taia_frac.c (118B)


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