[PATCH 1/2] jscript: Added Math.floor implementation.

Vincent Povirk madewokherd+8cd9 at gmail.com
Tue Oct 21 22:24:50 CDT 2008


+tmp = Math.floor(1.1);
+ok(tmp === 1, "Math.round(1.1) = " + tmp);

Copy/paste error?

Vincent Povirk



2008/10/21 Jacek Caban <jacek at codeweavers.com>:
> ---
>  dlls/jscript/math.c       |   20 ++++++++++++++++++--
>  dlls/jscript/tests/api.js |   18 ++++++++++++++++++
>  2 files changed, 36 insertions(+), 2 deletions(-)
>
>
>
>



More information about the wine-devel mailing list