sin.c

Libc implementation of sinf

Author

Marcel Sondaar

License

Public Domain

Summary
sin.cLibc implementation of sinf
Functions
sincomputes and returns the sine of x (using a taylor expansion)

Functions

sin

double sin(double x)

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

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