sinf.c

Libc implementation of sinf

Author

Marcel Sondaar

License

Public Domain

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

Functions

sinf

float sinf(float x)

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

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