+tmp = Math.floor(1.1); +ok(tmp === 1, "Math.round(1.1) = " + tmp);
Copy/paste error? Vincent Povirk 2008/10/21 Jacek Caban <[EMAIL PROTECTED]>: > --- > dlls/jscript/math.c | 20 ++++++++++++++++++-- > dlls/jscript/tests/api.js | 18 ++++++++++++++++++ > 2 files changed, 36 insertions(+), 2 deletions(-) > > > >
