Skip to main content

Ghidora

Downloads

Developed by: Jay Rank

Introduction

An abstract python library for calculating time complex math function.

How to use it

  • Using cmd :

    pip install Ghidora
    
  • Using PyPi.org :

    https://pypi.org/project/Ghidora/
    

Functionalities

Fibonacci

The Fibonacci Sequence is the series of numbers as 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... where the next number is found by adding up the two numbers before it

number = 5555556
new = Fibonacci(number)
new.fibonacci()

Exponent

An exponent refers to the number of times a number is multiplied by itself. For example, 2 to the 3rd (written like this: 2^3) means: 2 x 2 x 2 = 8.

base = 3
power = 27
new = Exponent(base)
new.power(power)

Factorial

Factorial, in mathematics, the product of all positive integers less than or equal to a given positive integer and denoted by that integer and an exclamation point. Thus, factorial seven is written 7!, meaning 1 × 2 × 3 × 4 × 5 × 6 × 7.

baseFactortial = 1000
new = Factorial(baseFactortial)
new.factorial()

Natual Logarithm

The natural logarithm of a number is its logarithm to the base of the mathematical constant e, where e is an irrational and transcendental number approximately equal to 2.718281828459. The natural logarithm of x is generally written as ln x, loge x, or sometimes, if the base e is implicit, simply log x.

number = 1000
new = NaturalLogarithm()
new.natualLogarithm(number)

Logarithm

A logarithm is a mathematical operation that determines how many times a certain number, called the base, is multiplied by itself to reach another number.

base = 10
number = 1000
new = Logarithm(base)
new.logarithm(number)

Release files for Ghidora 0.0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for Ghidora 0.0.2
File Size Uploaded
Ghidora-0.0.2.tar.gz 3.5 kB Details

Release files / Ghidora-0.0.2.tar.gz

Download URL Ghidora-0.0.2.tar.gz
Size 3.5 kB
Tags Source
SHA-256 checksum
How to use checksums
7c29ac820878b1510140f421483d2dced30200a3237cb1671f8bdda7227936fa
BLAKE2b-256 checksum
How to use checksums
ce463c28baf47f3393389acce55fdfb4ab48045ddfb624fba2b729da8fe8cf3c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.9

Release history Release notifications | RSS feed

This release

0.0.2 This release

1 release file

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page