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

ExpantaNum.arrow(3, 3, 3) throws ReferenceError: OmegaNum is not defined #21

Closed
James103 opened this issue Dec 3, 2022 · 1 comment
Closed
Labels
bug Something isn't working resolved Good to go!

Comments

@James103
Copy link

James103 commented Dec 3, 2022

To reproduce:

  1. Open https://naruyoko.github.io/ExpantaNum.js/test.html
  2. In the code to be executed, input return ExpantaNum.arrow(3, 3, 3)
  3. Leave the version at the default.
  4. Click "Run".
  5. Stderr output:
1670044697132ms, 23:18:17 GMT-0600 (Central Standard Time)

ReferenceError: OmegaNum is not defined
ReferenceError: OmegaNum is not defined
    at eval (eval at <anonymous> (https://naruyoko.github.io/ExpantaNum.js/test.js:102:12), <anonymous>:938:32)
    at Q.arrow (eval at <anonymous> (https://naruyoko.github.io/ExpantaNum.js/test.js:102:12), <anonymous>:956:38)
    at eval (eval at dg.onclick (https://naruyoko.github.io/ExpantaNum.js/test.js:7:51), <anonymous>:3:19)
    at dg.onclick (https://naruyoko.github.io/ExpantaNum.js/test.js:7:99)

Likely caused by this commit: d96a3cb

@Naruyoko Naruyoko added the bug Something isn't working label Dec 12, 2022
@James103
Copy link
Author

Confirmed fixed. The line now outputs (10^)^7625597484984 3638334640023.7783 which is approximately the correct result.

@Naruyoko Naruyoko added the resolved Good to go! label Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resolved Good to go!
Projects
None yet
Development

No branches or pull requests

2 participants