sinl.c

Libc implementation of sinl

Author

Marcel Sondaar

License

Public Domain

Summary
sinl.cLibc implementation of sinl
Functions
sinlcomputes and returns the sine of x (using a taylor expansion)

Functions

sinl

long double sinl(long double x)

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

long double sinl(long double x)
computes and returns the sine of x (using a taylor expansion)