No.11468528 ViewReplyOriginalReport
Is there a way/term to distinguish between complexity that is due to the complexity of the operations involved and complexity that is due to the amount of operations involved?

For example, computing an integral is more complex that computing 2 + 2 (complexity of operations)
And having to do ten millions additions is more complex that computing 2 + 2 (amount of operations)

I know this isn't exactly CS-type complexity theory, I just wonder if there is a term to describe each.