MCPcopy Create free account
hub / github.com/TheAlgorithms/TypeScript / factors.test.ts

File factors.test.ts

maths/test/factors.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { findFactors } from '../factors'
2
3describe('findFactors', () => {
4 test.each([-890, -5.56, -7, 0, 0.73, 4.2, NaN, -Infinity, Infinity])(

Callers

nothing calls this directly

Calls 1

findFactorsFunction · 0.90

Tested by

no test coverage detected