November 2017
Beginner
316 pages
6h 40m
English
It becomes extremely convenient to be able to write mathematical expressions without the need to explicitly write the multiplication operator:
# example of expressionjulia> x = 4; y = 11;julia> 3x + 4y + 93149julia> 23(x+1) + 12(y+1) + 15274
This feature makes equations easy to read and understand.
Read now
Unlock full access