Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: 6.10/02
-
Fix Version/s: 6.10/06
-
Component/s: CINT
-
Labels:None
-
Development:
Description
I got this anomalous behavior while using root as calculator. Never seen up to v6.08.00 (my previous installed release):
root [0] 2.0/3.0*4.0
(double) 2.666667 ok, regular!
root [1] 2./3.*4. now the same, without typing the zeros after the point
root (cont'ed, cancel with .@) [2].@ it hangs. I cancel as suggested...
root [3] 2.0/3.0*4.0 it does not work anymore, even with zeros...
root (cont'ed, cancel with .@) [4].@
root [5] .q
Any hint?
Thanks and best regards
Marcello