[Editor's note: For an intro to floating-point math, see Tutorial: Floating-point arithmetic on FPGAs. For a comparison of fixed- and floating-point hardware, see Fixed vs. floating point: a ...
The template method design pattern allows you to define the skeleton of an algorithm in a base class and defer the details to subclasses Design patterns are proven solutions to recurring problems and ...