paulmillr / es6-shim

ECMAScript 6 compatibility shims for legacy JS engines
http://paulmillr.com
MIT License
3.11k stars 387 forks source link

a little more accurate Math.cbrt #335

Closed Yaffle closed 9 years ago

Yaffle commented 9 years ago

fix for #330

ljharb commented 9 years ago

This looks awesome, and your new tests already pass in everything I briefly checked.

Can you rebase this on top of the latest master (rather than merge) with (it looks like from your merge commit) git rebase paulmillr/master, and I'll get this merged?

Yaffle commented 9 years ago

@ljharb , ok, thanks for the command