Skip to content

ZeriFellowship/Maths_Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Math Utils

A simple Python library that provides basic math operations.

Functions

  • add(a, b): Returns the sum of a and b.
  • subtract(a, b): Returns the difference of a and b.
  • multiply(a, b): Returns the product of a and b.
  • divide(a, b): Returns the quotient of a and b. Raises an error if b is zero.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages