mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 12:30:30 +00:00
Implement better hypot function
This commit is contained in:
parent
6c7b8facaa
commit
4a5698b5c9
14 changed files with 293 additions and 62 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue