ucspi-ssl  0.99e
TLS encryption for IPv6 communication
taia_frac.c
Go to the documentation of this file.
1 /* Public domain. */
2 
3 #include "taia.h"
4 
5 double taia_frac(const struct taia *t)
6 {
7  return (t->atto * 0.000000001 + t->nano) * 0.000000001;
8 }
unsigned long atto
Definition: taia.h:11
Definition: taia.h:8
unsigned long nano
Definition: taia.h:10
double taia_frac(const struct taia *t)
Definition: taia_frac.c:5