SustainableSoftwareEngineering.jl logo
SustainableSoftwareEngineering.jl
  • Home
  • API
    • API
    • Index
  • Basics of Sustainable Software Engineering in Julia
  • Version Control: Introduction to Git
  • Julia: Project Structure
  • Julia: Documentation
  • Julia: Testing
Version
  • API
  • API

Developer Documentation

API

SustainableSoftwareEngineering.add — Method

add(x, y)

Compute the sum of x and y.

Arguments

  • x::Int: The first integer
  • y::Int: The second integer

Mathematical formula

\[ (x,y) \mapsto x+y\]

Examples

julia> add(2, 3)
5

Index

  • SustainableSoftwareEngineering.add
« HomeBasics of Sustainable Software Engineering in Julia »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.7.0 on Thursday 26 September 2024. Using Julia version 1.10.5.