package
module
Version:
v2.0.2
Opens a new window with list of versions in this module.
Published: Dec 23, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Math
Math is a simple go module that provides utility functions for doing arithmetic. It was created as a way to explore how to create go modules.
Documentation
¶
The math package contains a few utility functions to do basic arithmetic.
Add adds two numbers and returns the result. A number can be any int or float type.
Read more about addition at [mathisfun].
Source Files
¶
Click to show internal directories.
Click to hide internal directories.