Let us define $\{t\} = t - \lfloor t \rfloor$ this is also sometimes referred to as frac$(t)$.
With this in mind how would I calculate $$I := \int_a^b f(\{t\}) dt$$ for some function $f$?
I ask because I'm trying to apply Euler-Maclaurin summation to $\zeta(s)$ and am stuck working with $$\int_a^b B_1(\{t\})g'(t)dt$$ where $B_1(x)$ is the first Bernoulli polynomial.
I'm trying to simplify this using integration by parts. But as I said stuck on how the $\{t\}$ effects the integral. It also may be beneficial to split the integral up as such: $$\int_a^b = \int_a^{a+1} + \int_{a+1}^{a+2} + \cdots + \int_{b-1}^b$$
Any help greatly appreciated!
