I'm trying to read Sipser's book chapter 10 on page 399
and there's a paragraph that says
One way to determine whether a number is prime is to try all possible
integers less than that number and see whether any are divisors, also
called factors. That algorithm has exponential time complexity because
the magnitude of a number is exponential in its length
What does "the magnitude of a number is exponential in its length" exactly mean? I don't understand the difference between magnitude and length of a number