Before I get spamed for this I have done a search and I see there are references to what I'm looking for on
What I'm looking for is a resource like, if it existed, Numerical Receipes in HDL (VHDL/Verilog). I have a need for the basic floating point functions like sin( a ) and x ** y. For floating point numbers that are only 12 to 18 bits I can use lookup tables but I was wondering if there was another way of calculating these values. Most of the books I have cover addition/subtraction, multiplication and division but nothing more advance or even hints at how to go about it.
From sin( a ) and x ** y I plan on deriving cos( a ), tan( a ), cot( a
), and yth root of x.
I'm looking for any helpful or constructive suggestions.
Thanks, Derek