| 1 | //! Exp(x) approximation relying on Taylor series expansion. |
| 2 | use crate::custom_ops::{CustomOperation, CustomOperationBody}; |
| 3 | use crate::data_types::{array_type, scalar_type, vector_type, Type, BIT, INT64}; |
| 4 | use crate::errors::Result; |
nothing calls this directly
no outgoing calls
no test coverage detected