MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / prime_check.py

File prime_check.py

maths/prime_check.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Prime Check."""
2
3import math
4import unittest

Callers

nothing calls this directly

Calls 1

mainMethod · 0.80

Tested by

no test coverage detected