public class QuickExp2 extends Object
QuickExp
but uses 2 smaller lookup tables instead of one large one.
We compensate the extra table lookup by using a minimax polynomial of smaller degree.
It has a maximum relative error of about 3.8e-6 and is about 10 times faster than Math.exp.QuickExp
Copyright © 2013 Metron, Inc.. All rights reserved.