API reference
- calc.addition(a, b)[source]
Add two numbers.
Parameters: - a (int or float): The first number. - b (int or float): The second number.
Returns: int or float: The sum of the two input numbers.
Add two numbers.
Parameters: - a (int or float): The first number. - b (int or float): The second number.
Returns: int or float: The sum of the two input numbers.