You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if 42 is not continuous factor, the code return 1 for 42.
for eg. 2x3x7, the code will only check if there are any two factors but doesn't check if those two are the only factors.
Even if 42 is not continuous factor, the code return 1 for 42.
for eg. 2x3x7, the code will only check if there are any two factors but doesn't check if those two are the only factors.