Name: Anonymous 2006-11-10 16:56
Wikipedia fucking FAILS HARD at explaining this. The article on these trig functions are like 5000 pages long and yet they only express trig identities in terms of other trig functions. And the only time it expresses, for example, sine as an independent function it uses complex numbers. Well that's fine and dandy, but most CPUs don't support complex numbers (for example, sqrt(-1) = #IND.0000 IEEE error value or whatever it's called -- it's useless).
I looked at the source code to the C runtime library for the GNU compiler and... all it is is assembly functions that call the fsin and fcos instructions on the Pentium line... so that didn't answer my curiosities, either.
Without getting too complicated (no complex numbers, no proofs or lemmas, just a FORMULA), how does sin(x) return a value given the parameter x?
I looked at the source code to the C runtime library for the GNU compiler and... all it is is assembly functions that call the fsin and fcos instructions on the Pentium line... so that didn't answer my curiosities, either.
Without getting too complicated (no complex numbers, no proofs or lemmas, just a FORMULA), how does sin(x) return a value given the parameter x?