-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)broadcastApplying a function over a collectionApplying a function over a collection
Milestone
Description
Example from the manual
julia> x = 1.0:3.0; y = similar(x);
julia> @. y = x + 3 * sin(x)
┌ Warning: Deprecated syntax `using the value of `.=``.
└ @ nothing none:0
3-element Array{Float64,1}:
3.5244129544236893
4.727892280477045
3.4233600241796016I suspect this warning comes from setting of the ans variable in the REPL.
dlfivefifty and tkoolen
Metadata
Metadata
Assignees
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)broadcastApplying a function over a collectionApplying a function over a collection