Hi,
Stata 18:
Stata 19:
Why was this changed, and, more importantly, how do I get the version 18 result back in (which seems to be more correct in many applicaitons).
Uli
Stata 18:
Code:
. mata
------------------------------------------------- mata (type end to exit) -------------------------------------------
: strtoreal("0.01")
.01
Code:
. mata
------------------------------------------------- mata (type end to exit) -------------------------------------------
: strtoreal("0.01")
0
Uli

Comment