Define the function $f:(0,1)\to[0,1]$ where $f(x)=\{x\}$ is the fractional part of $x$. Am I correct in thinking that $f'(x)=1$ for $x\in(0,1)$? I'm asking because I think what I say is correct, but Mathematica 10 throws up other values, e.g.
N[FractionalPart'[9/10]] = 5.29432
EDIT
According to a member of the Mathematica team, they "...agree that that result from the derivative of FractionalPart doesn't really make sense. The symbolic derivative of FractionalPart hasn't really been implemented, so taking the numerical approximation doesn't return anything meaningful. There are developer reports on this issue so this functionality might exist in the future."

$\{x\}=x$ on $(0,1)$ so its derivative is 1.