Metadata-Version: 2.1
Name: qumath-lukas0008
Version: 0.0.1
Summary: Simple math package
Home-page: https://github.com/lukas0008/qmath
Author: lukas0008
Author-email: lukzaj333@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown

###########################################
#####       ___  ___      _   _       #####
#####       |  \/  |     | | | |      #####
#####   __ _| .  . | __ _| |_| |__    #####
#####  / _` | |\/| |/ _` | __| '_ \   #####
##### | (_| | |  | | (_| | |_| | | |  #####
#####  \__, \_|  |_/\__,_|\__|_| |_|  #####
#####     | |                         #####
#####     |_|                         #####
###########################################

qMath is a simple package that helps with making math stuff, here is a list of commands for it:
###!#! always put "qmath." before every function !#!###
  listLength (returns the amount of variables in a list)
  average (returns an average of the list inputed)
  maxAdd (1st variable = the current number, 2nd = number to add, 3rd = the threshold, returns 1st + 2nd while not being able to go over the threshold)

