would comparing two sizes be considered a calculation?

24 Views Asked by At

If I am simply comparing two numbers and deciding which one is bigger is this logic considered a calculation? (2>1 = true)

What about other logic statements? What qualifies an operation as a calculation?