MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / carmichael_number.py

File carmichael_number.py

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

Source from the content-addressed store, hash-verified

1"""
2== Carmichael Numbers ==
3A number n is said to be a Carmichael number if it
4satisfies the following modular arithmetic condition:

Callers

nothing calls this directly

Calls 1

is_carmichael_numberFunction · 0.85

Tested by

no test coverage detected