Skip to content

Commit

Permalink
Update julia_cheatsheet.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
julia4ta authored Aug 16, 2022
1 parent dd117f4 commit 069ce73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Series 06/Files/julia_cheatsheet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ typeof(1.2)
typeof(pi)
1000000 == 1_000_000
sqrt(4)
round(3.14149, digits = 2)
round(3.14159, digits = 2)

# = variable assignment operator
# == equality test
Expand Down

0 comments on commit 069ce73

Please sign in to comment.