Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
def
main():
66
print(primeFactors(100))
67
print(numberOfDivisors(100))
68
print(sumOfDivisors(100))
69
print(eulerPhi(100))
70
71
if
__name__ ==
'__main__'
:
72
main()
Callers
1
basic_maths.py
File · 0.70
Calls
4
primeFactors
Function · 0.85
numberOfDivisors
Function · 0.85
sumOfDivisors
Function · 0.85
eulerPhi
Function · 0.85
Tested by
no test coverage detected