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

File FermatPrimalityTest.test.js

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

Source from the content-addressed store, hash-verified

1import { fermatPrimeCheck, modularExponentiation } from '../FermatPrimalityTest'
2
3describe('modularExponentiation', () => {
4 it('should give the correct output for all exponentiations', () => {

Callers

nothing calls this directly

Calls 2

modularExponentiationFunction · 0.90
fermatPrimeCheckFunction · 0.90

Tested by

no test coverage detected