Meaning of square brackets in Euler's summation formula

1k Views Asked by At

I am working my way through Apostol's text on number theory.

Euler's summation formula is given as:

$$ \sum_{y < n \leq x}f(n) = \int_y^x f(t)dt + \int_y^x(t-[t])f'(t)dt + f(x)([x] - x) - f(y)([y] - y) $$

My question is, what is the meaning of the square bracket notation?

1

There are 1 best solutions below

0
On BEST ANSWER

$[x]$ should stand for the integer part (or floor function) of $x$.