Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

mymath

A simple Python package for basic math operations.

Functions:

  • add(a, b)
  • subtract(a, b)
  • multiply(a, b)
  • divide(a, b)

Usage

from myMath import add
print(add(2, 3))  # 5

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages