sin v/s sinf fucntion in C
Posted
by user319873
on Stack Overflow
See other posts from Stack Overflow
or by user319873
Published on 2010-05-15T20:26:56Z
Indexed on
2010/05/15
20:34 UTC
Read the original article
Hit count: 350
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?
© Stack Overflow or respective owner