public class QuickExp3 extends Object
QuickExp
but uses 3 smaller lookup tables instead of one large one.
We compensate the extra table lookups by using a simpler polynomial approximation.
It has a maximum relative error of about 4.77e-7 and is about 10 times faster than Math.exp.QuickExp
Constructor and Description |
---|
QuickExp3() |
Copyright © 2016 Metron, Inc.. All rights reserved.