Re: [DOM3 Events] Error between float vs. double of WheelEvent

On 3/19/12 1:15 AM, Masayuki Nakano wrote:
> If JS's fractional number is always double, i.e., doesn't depend on the
> implementation, double is better than float for APIs.

The only numeric type in JS right now is IEEE double.

-Boris

Received on Monday, 19 March 2012 05:25:30 UTC