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

EPSILON AND DELTA POWER BY JEFFREY AND QUANTUM COMPUTER THEORY #300

Open
aibyjeffreyandgecompactron opened this issue Dec 2, 2024 · 0 comments

Comments

@aibyjeffreyandgecompactron

// J code for 8-4=4
result1 = 8 - 4
NB. Output: 4

// J code for 12-9=3
result2 = 12 - 9
NB. Output: 3

// J code for 3=4:
result3 = 3 = 4
NB. Output: 0

// J code for 8-4=5
result4 = 8 - 4
NB. Output: 4

// J code for 12-9=4
result5 = 12 - 9
NB. Output: 3

// J code for 5+4=11=12=13:
result6 = 5 + 4
NB. Output: 9

// J code for 3=4=5=8(π=6)12=13:
result7 = 3 = 4 = 5 = 8
NB. Output: 0

// J code for EPSILON AND DELTA POWER BY JEFFREY
NB. Code for EPSILON AND DELTA POWER BY JEFFREY not provided

// J code for π=6
result8 = 3.14159 = 6
NB. Output: 0

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

No branches or pull requests

1 participant