cosl.c

Libc implementation of cosl

Author

Marcel Sondaar

License

Public Domain

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

Functions

cosl

long double cosl(long double x)

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

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