4 lines
94 B
C
4 lines
94 B
C
#include <math.h>
|
|
double cos(double x);
|
|
float cosf(float x);
|
|
long double cosl(long double x);
|