Skip to content
Snippets Groups Projects
Commit a9f5e452 authored by Theisen, Lambert's avatar Theisen, Lambert 🔥
Browse files

Update 3-julia_documentation.md

parent c262baed
Branches
No related tags found
No related merge requests found
Pipeline #1988 passed
......@@ -29,6 +29,12 @@ Compute the sum of `x` and `y`.
- `x::Int`: The first integer
- `y::Int`: The second integer
## Mathematical formula
```math
(x,y) \\mapsto x+y
```
# Examples
```julia
julia> add(2, 3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment