MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript / ExtendedEuclideanGCD.test.js

File ExtendedEuclideanGCD.test.js

Maths/test/ExtendedEuclideanGCD.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { extendedEuclideanGCD } from '../ExtendedEuclideanGCD'
2
3describe('extendedEuclideanGCD', () => {
4 it('should return valid values in order for positive arguments', () => {

Callers

nothing calls this directly

Calls 1

extendedEuclideanGCDFunction · 0.90

Tested by

no test coverage detected