The exponential module currently has the following functions that need implementation or work done. TODO: Implement: - [x] exp - [x] exp2 - [ ] expm1 - [x] log - [ ] log1p - [x] log2 - [ ] log10 Document: - [x] exp - [ ] exp2 - [ ] expm1 - [x] log - [ ] log1p - [x] log2 - [ ] log10 NOTES: None currently.