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

Added Number.maxValue and Number.minValue #3397

Merged
merged 3 commits into from
Sep 30, 2024
Merged

Added Number.maxValue and Number.minValue #3397

merged 3 commits into from
Sep 30, 2024

Conversation

OAGr
Copy link
Contributor

@OAGr OAGr commented Sep 30, 2024

No description provided.

@OAGr OAGr requested a review from berekuk as a code owner September 30, 2024 13:33
Copy link

vercel bot commented Sep 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Skipped Deployments
Name Status Preview Updated (UTC)
quri-hub ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 2:39pm
quri-ui ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 2:39pm
squiggle-components ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 2:39pm
squiggle-website ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 2:39pm

Copy link

changeset-bot bot commented Sep 30, 2024

🦋 Changeset detected

Latest commit: 87b40a5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@quri/squiggle-lang Patch
@quri/squiggle-ai Patch
@quri/squiggle-components Patch
@quri/prettier-plugin-squiggle Patch
@quri/versioned-squiggle-components Patch
vscode-squiggle Patch
@quri/squiggle-textmate-grammar Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@OAGr OAGr merged commit 3e4d618 into main Sep 30, 2024
6 checks passed
@OAGr OAGr deleted the high-numbers branch September 30, 2024 14:42
| Variable Name | Number Name | Value |
|-------------------|-----------------------------------------------|---------------------|
| \`Number.MIN_VALUE\`| The smallest positive numeric value representable in JavaScript | 5e-324 |
| \`Number.MAX_VALUE\`| The largest positive numeric value representable in JavaScript | 1.7976931348623157e+308 |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Names are wrong

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, I realized this a bit later, fixed it to main.

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

Successfully merging this pull request may close these issues.

2 participants