mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-24 12:49:22 -04:00
Remove the harmony version of Number.isFinite() in favor of the generally available global isFinite() for now.
This commit is contained in:
parent
2d166a3189
commit
920469426e
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ var Numerical = new function() {
|
||||||
pow = Math.pow,
|
pow = Math.pow,
|
||||||
cos = Math.cos,
|
cos = Math.cos,
|
||||||
PI = Math.PI,
|
PI = Math.PI,
|
||||||
isFinite = Number.isFinite,
|
|
||||||
TOLERANCE = 1e-6,
|
TOLERANCE = 1e-6,
|
||||||
EPSILON = 1e-13,
|
EPSILON = 1e-13,
|
||||||
MACHINE_EPSILON = 1.12e-16;
|
MACHINE_EPSILON = 1.12e-16;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue