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

File inverse_sqrt.rs

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

Source from the content-addressed store, hash-verified

1//! Inverse square root approximation via [the Newton-Raphson method](https://en.wikipedia.org/wiki/Newton%27s_method#Square_root).
2use crate::custom_ops::{CustomOperation, CustomOperationBody, Or};
3use crate::data_types::{array_type, scalar_type, Type, BIT, INT64, UINT64};
4use crate::data_values::Value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected