The BFP math library is currently lacking a convenient and vectorized log, exp, and pow function. These are not easily implemented with lookup tables. We are currently using floating point functions instead, which is unnecessarily cumbersome and slow.