You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: