numeric icon indicating copy to clipboard operation
numeric copied to clipboard

numeric.round fails in 1.2.6

Open NiQ-B opened this issue 12 years ago • 2 comments

Currently using numeric: version 1.2.4 extensively, throughout my application. Was trying to upgrade to 1.2.6 and received ReferenceError: round is not defined. Other functions seem to be miss behaving also.

Nothing changed other than the version increment change, my script load order is the same.

n = 1599055.556689

numeric.abs(n) ReferenceError: abs is not defined numeric.round(n) ReferenceError: round is not defined numeric.version "1.2.6"

Thanks for your time and effort

NiQ-B avatar Feb 13 '13 16:02 NiQ-B

Yes, this is a bug, I'll fix it.

sloisel avatar Feb 13 '13 22:02 sloisel

Also getting errors when trying to use numeric.cos()

Seems #63 might fix this.

pkleinhe avatar Jul 27 '15 20:07 pkleinhe