fehQlibs 26
Qlibs
|
'tai' attosecond time handling More...
Go to the source code of this file.
Functions | |
void | taia_add (struct taia *t, struct taia *u, struct taia *v) |
double | taia_approx (struct taia *t) |
double | taia_frac (struct taia *t) |
int | taia_less (struct taia *t, struct taia *u) |
int | taia_now (struct taia *t) |
void | taia_pack (char *s, struct taia *t) |
void | taia_sub (struct taia *t, struct taia *u, struct taia *v) |
void | taia_uint (struct taia *t, unsigned int s) |
'tai' attosecond time handling
Definition in file taia.c.
double taia_approx | ( | struct taia * | t | ) |
double taia_frac | ( | struct taia * | t | ) |
int taia_now | ( | struct taia * | t | ) |
void taia_pack | ( | char * | s, |
struct taia * | t | ||
) |