File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1364,11 +1364,9 @@ In this way, `filter` can be thought of as selecting only allowable
13641364values, and converting non-allowable values to missing values.
13651365
13661366While ` map ` and ` filter ` are useful in specific cases, by far the most useful
1367- higher-order function is [ ` broadcast ` ] ( @ref ) , which can handle a wide variety of cases.
1368-
1369- ` broadcast ` can be thought of as a way to make existing operations work
1370- on multiple data simultaneously and propagate nulls. An example will motivate
1371- the need for ` broadcast ` . Suppose we have a function that computes the
1367+ higher-order function is [ ` broadcast ` ] ( @ref ) , which can handle a wide variety of cases,
1368+ including making existing operations work and propagate ` Nullable ` s. An example
1369+ will motivate the need for ` broadcast ` . Suppose we have a function that computes the
13721370greater of two real roots of a quadratic equation, using the quadratic formula:
13731371
13741372``` julia
You can’t perform that action at this time.
0 commit comments