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

File goldschmidt_division.rs

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

Source from the content-addressed store, hash-verified

1//! Division via [the Goldschmidt method](https://en.wikipedia.org/wiki/Division_algorithm#Goldschmidt_division).
2use crate::custom_ops::CustomOperationBody;
3use crate::data_types::Type;
4use crate::errors::Result;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected