cos.c

Libc implementation of cos

Author

Marcel Sondaar

License

Public Domain

Summary
cos.cLibc implementation of cos
Functions
coscomputes and returns the cosine of x (using a taylor expansion)

Functions

cos

double cos(double x)

computes and returns the cosine of x (using a taylor expansion)

double cos(double x)
computes and returns the cosine of x (using a taylor expansion)