sin v/s sinf fucntion in C
- by user319873
Hi Guys,
I am trying to use sinf function in my C Program and it does give me undefined reference under MSVC 6.0 but sin works fine.
This make me curious to find the difference between sin and sinf.
What is the logical difference between sin and sinf().
How can I implement my own sinf functionality?