Floating-Point Exponential
摘要
The exponential function is, after the basic arithmetic operators, one of the next most useful building blocks in scientific computing. This chapter first reviews some of the techniques that can be used to evaluate it. It then presents in detail an implementation of a complete floating-point exponential operator. This chapter is also a good example of the composition of many arithmetic components in a coarser operator computing just right.