LINUX.ORG.RU

История изменений

Исправление ZERG, (текущая версия) :

Mathematica 10.3

In[5]:= Round[-0.5]
Round[0.5]
Round[1.5]

Out[5]= 0
Out[6]= 0
Out[7]= 2

Исходная версия ZERG, :

Mathematica 10.3

In[5]:= Round[-0.5] Round[0.5] Round[1.5]

Out[5]= 0 Out[6]= 0 Out[7]= 2