MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / main

Function main

maths/basic_maths.py:65–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 return s
64
65def main():
66 print(primeFactors(100))
67 print(numberOfDivisors(100))
68 print(sumOfDivisors(100))
69 print(eulerPhi(100))
70
71if __name__ == '__main__':
72 main()

Callers 1

basic_maths.pyFile · 0.70

Calls 4

primeFactorsFunction · 0.85
numberOfDivisorsFunction · 0.85
sumOfDivisorsFunction · 0.85
eulerPhiFunction · 0.85

Tested by

no test coverage detected