Skip to content

BreakEternity Extension#2424

Open
gum-gummii wants to merge 19 commits intoTurboWarp:masterfrom
gum-gummii:master
Open

BreakEternity Extension#2424
gum-gummii wants to merge 19 commits intoTurboWarp:masterfrom
gum-gummii:master

Conversation

@gum-gummii
Copy link

No description provided.

@github-actions github-actions bot added the pr: new extension Pull requests that add a new extension label Feb 21, 2026
@gum-gummii
Copy link
Author

!format

@gum-gummii
Copy link
Author

!format

@gum-gummii
Copy link
Author

!format

@gum-gummii
Copy link
Author

!format

Copy link
Contributor

@Brackets-Coder Brackets-Coder left a comment

Choose a reason for hiding this comment

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

Including an unminified library (even a small one) directly in the source is not recommended. Use Scratch.external (importModule or evalAndReturn) instead to load external dependencies.

Additionally, it seems like this extension aims to provide better (or more precise) representation of especially large or small numbers. While I may be misunderstanding the goal of this extension, I believe it can already be replicated with #2036 and existing complex numbers pull requests. For organization purposes, I will be categorizing it in #2271 with the complex number extensions, but note that it is not an exact duplicate of those pull requests.

This is not an in-depth review

@gum-gummii
Copy link
Author

Including an unminified library (even a small one) directly in the source is not recommended. Use Scratch.external (importModule or evalAndReturn) instead to load external dependencies.

Additionally, it seems like this extension aims to provide better (or more precise) representation of especially large or small numbers. While I may be misunderstanding the goal of this extension, I believe it can already be replicated with #2036 and existing complex numbers pull requests. For organization purposes, I will be categorizing it in #2271 with the complex number extensions, but note that it is not an exact duplicate of those pull requests.

This is not an in-depth review

the extension's goal is not to provide better representation of numbers, but rather allow bigger numbers to be used past the limit, along with a multitude of mathematical operations like logs, roots and tetration. and sure i will add the Scratch.external to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: new extension Pull requests that add a new extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants