Posts Tagged ‘cosf’

cos, cosf, cosl – cosine function
USAGE
#include <math.h>

double cos(double x);
float cosf(float x);
long double cosl(long double x);

Link with -lm.

DESCRIPTION
[...]

Thursday, August 27th, 2009 at 02:00 | Comments Off
Categories: c
Tags: , , , , , , , ,
TOP