mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Import more Musl math
This commit is contained in:
parent
6d52664aa7
commit
3027d67037
48 changed files with 1749 additions and 180 deletions
|
@ -83,6 +83,9 @@ asm(".include \"libc/disclaimer.inc\"");
|
|||
* TRIG(x) returns trig(x) nearly rounded
|
||||
*/
|
||||
|
||||
/**
|
||||
* Returns tangent of x.
|
||||
*/
|
||||
double tan(double x)
|
||||
{
|
||||
double y[2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue