Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

numeric.round fails in 1.2.6 #29

Open
NiQ-B opened this issue Feb 13, 2013 · 2 comments
Open

numeric.round fails in 1.2.6 #29

NiQ-B opened this issue Feb 13, 2013 · 2 comments

Comments

@NiQ-B
Copy link

NiQ-B commented Feb 13, 2013

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

@sloisel
Copy link
Owner

sloisel commented Feb 13, 2013

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

@pkleinhe
Copy link

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

Seems #63 might fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants