What is the recommended approach to have inline number wrap across line boundaries? I was hoping that the \num macro took care of that, but it doesn't:
Code:
\documentclass{article}
\usepackage{showframe}
\usepackage{siunitx}
\begin{document}
XXX is a transcendental number which has an approximate value of
\num{0.425185173296160641}\dots.
\end{document}

