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
Some of the examples can be a bit confusing, so could use a revision.
Examples: x -> x[1]^2 and f(x) = first(x)^2, taking the first element lacks any obvious motivation, the first is probably to get the value from a tuple and could be simplified and/or explained better.
The text was updated successfully, but these errors were encountered:
Some of the examples can be a bit confusing, so could use a revision.
Examples:
x -> x[1]^2
andf(x) = first(x)^2
, taking the first element lacks any obvious motivation, thefirst
is probably to get the value from atuple
and could be simplified and/or explained better.The text was updated successfully, but these errors were encountered: