MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / taylor_exponent.rs

File taylor_exponent.rs

ciphercore-base/src/ops/taylor_exponent.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Exp(x) approximation relying on Taylor series expansion.
2use crate::custom_ops::{CustomOperation, CustomOperationBody};
3use crate::data_types::{array_type, scalar_type, vector_type, Type, BIT, INT64};
4use crate::errors::Result;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected