Metadata-Version: 2.1
Name: libmath
Version: 1.0.2
Summary: A Python library for math.
Home-page: https://github.com/Marko2155/libmath
Author: Marko Camandioti
Author-email: camandiotimarko@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/Marko2155/libmath#readme
Project-URL: Source, https://github.com/Marko2155/libmath
Project-URL: Tracker, https://github.com/Marko2155/libmath/issues
Keywords: math,maths
Description-Content-Type: text/markdown
License-File: LICENSE

# libMath
A library for math in Python.

# Features
add(num1, num2) - Adds two numbers together

take(num1, num2) - Takes num2's value from num1's value

divide(num1, num2) - Divides num1 with num2

multiply(num1, num2) - Multiplies num1 with num2.

sqrt(num) - Calculates the square root from a number

# Variables
pi - Pi.

e - E.

infinity - Inf.

Oh, and the first number in the version number is a full release, the second number in the version number is a half release and the last number is a small release.
