Ad
  • Custom User Avatar

    The inputs never get so big that php truncates them. I'm not sure what you mean by this anyway, in php, if an int gets too large it converts to a float with scientific notation, and you might lose some precision in the process, but it doesn't truncate the number. In any case, the largest inputs in php are around 10**14, which is well under when conversion to float happens. Something else is wrong in your code.