You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# in windows cmd with shortcut
julia -E "12^3"
# 1728
# in windows powershell with shortcut
julia -E "12^3"
# 123
# in windows powershell with Absolute path
C:\Users\***\AppData\Local\julias\julia-1.7\bin\julia.exe -E "12^3"
# 1728
The text was updated successfully, but these errors were encountered:
ztsweet
changed the title
The result is inconsistent in CMD and powersehll
The result is inconsistent in CMD and powershell
Jun 9, 2022
The text was updated successfully, but these errors were encountered: