Implement better hypot function

This commit is contained in:
Justine Tunney 2021-02-21 11:06:18 -08:00
parent 6c7b8facaa
commit 4a5698b5c9
14 changed files with 293 additions and 62 deletions

View file

@ -29,6 +29,7 @@ int xwrite(int, const void *, uint64_t);
*/
void xdie(void) wontreturn;
char *xdtoaf(float) _XMAL;
char *xdtoa(long double) _XMAL;
char *xasprintf(const char *, ...) printfesque(1) paramsnonnull((1)) _XMAL;
char *xvasprintf(const char *, va_list) _XPNN _XMAL;