Skip to content

hamidconrade/Maths_Utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

forked for a YOLO acheivement badge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%