When I try to calculate something like 599! in Matlab, the answer is inf and not useful, but I am able to do that fine in python in google collab. Even when I try using stirling approximation for these large factorials I still get inf as an answer and I can't do anything with that (I'm trying to calculate multiplicity).
Why is it this way, especially since google collab isn't even on my computer its in the cloud or whatever. Can someone explain how this is possible?