尝试使用 round-half = even 进行舍入时,siunitx 数字太大

尝试使用 round-half = even 进行舍入时,siunitx 数字太大

我尝试使用 siunitx 对数字进行四舍五入,但出现以下错误:

数字太大 \num{0.125555555555}

round-half当我将参数更改为时,出现了问题even

\documentclass{article}

\usepackage{siunitx}
%\sisetup{round-mode = places, round-precision = 2, round-half = up}% this works
\sisetup{round-mode = places, round-precision = 2, round-half = even}% this fails

\begin{document}
\num{0.125555555555}
\end{document}

我在这里发现了类似的问题:

但是它总是说这个问题应该被修复,并且应该更新他们的版本siunitx,但我已经在使用当前版本了:

软件包:siunitx 2018/05/17 v2.7s 综合(SI)单位包

相关内容