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

max and min now evaluates correctly #6730

Merged
merged 1 commit into from Jan 15, 2024

Conversation

iamnithishraja
Copy link
Contributor

@iamnithishraja iamnithishraja commented Jan 12, 2024

max and min now evaluates correctly even on numbers in strings

Resolves #6728

Changes:
used built in Math.min and Math.max for better evaluation.

Screenshots of the change:
Screenshot 2024-01-12 112052

  • npm run lint passes
  • [Inline documentation] is included / updated
  • [Unit tests] are included / updated

max and min now evaluates correctly  even on numbers in strings
Copy link

welcome bot commented Jan 12, 2024

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. And be sure to add yourself to the list of contributors on the readme page!

@limzykenneth limzykenneth merged commit 626bdc9 into processing:main Jan 15, 2024
2 checks passed
@limzykenneth
Copy link
Member

Looks good. Thanks!

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

Successfully merging this pull request may close these issues.

max doesn't evaluate correctly on numbers in strings from 1.7.0
2 participants