MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / number-theory.ts

File number-theory.ts

src/compute-engine/library/number-theory.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Expression, SymbolDefinitions } from '../global-types.js';
2import { toBigint } from '../boxed-expression/numerics.js';
3import { isFunction } from '../boxed-expression/type-guards.js';
4import {

Callers

nothing calls this directly

Calls 15

toBigintFunction · 0.90
bigPrimeFactorsFunction · 0.90
checkDeadlineFunction · 0.90
isPrimeBigintFunction · 0.90
modPowFunction · 0.90
gcdFunction · 0.90
tupleFunction · 0.85
divisorsAscendingFunction · 0.85
extGcdFunction · 0.85
chineseRemainderFunction · 0.85
carmichaelLambdaFunction · 0.85
isPerfectPowerBigintFunction · 0.85

Tested by

no test coverage detected