unicode
This commit is contained in:
5
library/dialect/swi/os/libtai/taia_approx.c
Normal file
5
library/dialect/swi/os/libtai/taia_approx.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "taia.h"
|
||||
|
||||
double taia_approx(struct taia *t)
|
||||
{ return tai_approx(&t->sec) + taia_frac(t);
|
||||
}
|
Reference in New Issue
Block a user