Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Math Functions

This project is a collection of Python functions designed to perform various fundamental mathematical calculations, all contained within the difficult_maths.py file.

🚀 Features

This collection includes the following functions:

  • Prime Check: Determines if a number is prime.
  • Fibonacci Term: Finds the nth term of the Fibonacci sequence (starting with 1, 2).
  • Hypotenuse Calculation: Calculates the hypotenuse given two perpendicular sides.
  • Sum of Numbers: Calculates the sum of numbers in a given range. (Note: The current implementation has a logical error.)
  • GCD : Finds the Greatest Common Divisor (GCD) of two numbers.
  • LCM : Finds the Least Common Multiple (LCM) of two numbers.
  • And more functions are coming.

💾 Setup

pip install ComplexMathFunctions

Using

from ComplexMathFunctions import difficult_maths

🔧 Clone

git clone https://github.com/Enes5234r/ComplexMathFunctions

About

This library facilitates the calculation of mathematical definitions/functions that require lengthy processes using code.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages