Skip to content

Commit 480f22c

Browse files
committed
Update example to include return value
1 parent e234625 commit 480f22c

File tree

147 files changed

+147
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+147
-147
lines changed

lib/node_modules/@stdlib/math/base/complex/abs/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Run a benchmark.
8686
# Examples
8787
8888
``` julia
89-
julia> benchmark();
89+
julia> out = benchmark();
9090
```
9191
"""
9292
function benchmark()

lib/node_modules/@stdlib/math/base/complex/abs2/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Run a benchmark.
8686
# Examples
8787
8888
``` julia
89-
julia> benchmark();
89+
julia> out = benchmark();
9090
```
9191
"""
9292
function benchmark()

lib/node_modules/@stdlib/math/base/complex/add/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Run a benchmark.
8686
# Examples
8787
8888
``` julia
89-
julia> benchmark();
89+
julia> out = benchmark();
9090
```
9191
"""
9292
function benchmark()

lib/node_modules/@stdlib/math/base/complex/cis/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Run a benchmark.
8686
# Examples
8787
8888
``` julia
89-
julia> benchmark();
89+
julia> out = benchmark();
9090
```
9191
"""
9292
function benchmark()

lib/node_modules/@stdlib/math/base/complex/divide/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Run a benchmark.
8686
# Examples
8787
8888
``` julia
89-
julia> benchmark();
89+
julia> out = benchmark();
9090
```
9191
"""
9292
function benchmark()

lib/node_modules/@stdlib/math/base/complex/inv/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Run a benchmark.
8686
# Examples
8787
8888
``` julia
89-
julia> benchmark();
89+
julia> out = benchmark();
9090
```
9191
"""
9292
function benchmark()

lib/node_modules/@stdlib/math/base/complex/multiply/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Run a benchmark.
8686
# Examples
8787
8888
``` julia
89-
julia> benchmark();
89+
julia> out = benchmark();
9090
```
9191
"""
9292
function benchmark()

lib/node_modules/@stdlib/math/base/complex/phase/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Run a benchmark.
8686
# Examples
8787
8888
``` julia
89-
julia> benchmark();
89+
julia> out = benchmark();
9090
```
9191
"""
9292
function benchmark()

lib/node_modules/@stdlib/math/base/complex/round/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Run a benchmark.
8686
# Examples
8787
8888
``` julia
89-
julia> benchmark();
89+
julia> out = benchmark();
9090
```
9191
"""
9292
function benchmark()

lib/node_modules/@stdlib/math/base/complex/subtract/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Run a benchmark.
8686
# Examples
8787
8888
``` julia
89-
julia> benchmark();
89+
julia> out = benchmark();
9090
```
9191
"""
9292
function benchmark()

0 commit comments

Comments
 (0)