File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,10 @@ accuracy.
9797integral (f, curve, GaussKronrod (atol = 1e-4 u " Ω" )) # -> Approximately (2π ± 1e-4) Ω
9898```
9999
100- The ` integral ` function and its aliases also support Julia's do-syntax, which
101- provides a code block to define a single-use anonymous function and then injects
102- it as a first argument to the preceding call. This can be useful if the integrand
100+ The ` integral ` function and its aliases also support Julia's
101+ [ do-syntax] ( https://docs.julialang.org/en/v1/base/base/#do ) , which provides a
102+ code block to define a single-use anonymous function and then injects it as a
103+ first argument to the preceding call. This can be useful if the integrand
103104function will not be used outside this integration call.
104105``` julia
105106integral (curve) do p
You can’t perform that action at this time.
0 commit comments