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

File long_division.rs

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

Source from the content-addressed store, hash-verified

1//! Long division for bitstrings of arbitrary length.
2use crate::broadcast::broadcast_shapes;
3use crate::custom_ops::{CustomOperation, CustomOperationBody, Not};
4use crate::data_types::{array_type, scalar_type, tuple_type, ArrayShape, Type, BIT};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected