cosf.c

Libc implementation of cosf

Author

Marcel Sondaar

License

Public Domain

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

Functions

cosf

float cosf(float x)

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

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