/* Public domain. */

#include "taia.h"

double taia_frac(const struct taia *t)
{
  return (t->atto * 0.000000001 + t->nano) * 0.000000001;
}


syntax highlighted by Code2HTML, v. 0.9.1