mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Import more Musl math
This commit is contained in:
parent
6d52664aa7
commit
3027d67037
48 changed files with 1749 additions and 180 deletions
|
@ -5,14 +5,15 @@ COSMOPOLITAN_C_START_
|
|||
|
||||
extern int __signgam;
|
||||
|
||||
double __cos(double, double) hidden;
|
||||
double __sin(double, double, int) hidden;
|
||||
double __tan(double, double, int) hidden;
|
||||
float __cosdf(double) hidden;
|
||||
float __sindf(double) hidden;
|
||||
float __tandf(double, int) hidden;
|
||||
double __sin(double, double, int) hidden;
|
||||
double __tan(double, double, int) hidden;
|
||||
double __cos(double, double) hidden;
|
||||
int __rem_pio2(double, double *) hidden;
|
||||
int __rem_pio2_large(double *, double *, int, int, int) hidden;
|
||||
int __rem_pio2f(float, double *) hidden;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue