We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
// 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
// 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
The text was updated successfully, but these errors were encountered: