PatchworkOS
Loading...
Searching...
No Matches
sin.c File Reference
#include <errno.h>
#include <math.h>
#include <stdbool.h>

Go to the source code of this file.

Functions

double sin (double x)
 

Function Documentation

◆ sin()

double sin ( double  x)

Definition at line 6 of file sin.c.

References EDOM, errno, isinf, isnan, NAN, and x.

Referenced by draw_line(), and polygon_rotate().