Table of Contents Previous topic Next topic
C COMPILER LIBRARY FUNCTION REFERENCE->Detailed Descriptions->cos() cosl()
Summary
#include <math.h>
| double cos(double x) | Calculate cosine to double precision |
| long double cosl(long double x); | Calculate cosine to long double precision |
| x | Floating point value of angle in radians |