mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Get more Python tests passing (#141)
This commit is contained in:
parent
916f19eea1
commit
59e1c245d1
141 changed files with 3536 additions and 1203 deletions
14
libc/tinymath/kernel.internal.h
Normal file
14
libc/tinymath/kernel.internal.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_TINYMATH_KERNEL_INTERNAL_H_
|
||||
#define COSMOPOLITAN_LIBC_TINYMATH_KERNEL_INTERNAL_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
double __sin(double, double, int);
|
||||
double __tan(double, double, int);
|
||||
double __cos(double, double);
|
||||
int __rem_pio2(double, double *);
|
||||
int __rem_pio2_large(double *, double *, int, int, int);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_TINYMATH_KERNEL_INTERNAL_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue