Skip to main content

useful math functions

Project description

This project provides 10 functions that can help mathematics computation and code evaluation. Is_prime (num) function is used to judge whether a number is prime. Input should be a number above zero and output is true or false.

Function of is_square(num) is used to judge if a number is square number by commutating its square root. input should be a number above zero and result is true or false.

The quad_equation_1unknown (a, b, c) function is used to compute the root of equation of two degree. 3 input values are coefficients of equation. the results are roots of quadratic equation with one unknown. If there is no solution for this equation, the result will be “none”. If all inputs are zero, the result will be “not an equation”

The function of fib(num) is to compute the nth number in Fibonacci sequence .

The functions [random _method1(len1), random_method2(len1) and random_all(len1)] can provide a random password with an input length of password. The function “random_method1” includes all letters (both upper case and lower case). The function “random_method2” includes all letters and numbers. The function “random_all” includes all printable characters (except whitespaces).

The next function is “level(string1)” that is used to evaluate level of password. You should give a string object to the function and it will return the strength grade of this password. The levels from good to bad are [perfect, very good, very strong, average, low and too low]. It has an attach function “level_store” and it is only used to support the “level” function.

The function of encode(st) is used to encode a string by using an encryption algorithm. Every character of this string will be replaced by next character in alphabet. The space will be replaced to the character “!”.

(there is a new object too,but it's not completed)

(version 2.1.7, 3rd January, 2020 add) Function “line_equation_2unknown(a, b, u, c, d, v)”gives the root of a linear equation in two unknowns ”ax+by=u, cx+dy=v”.If it has no roots, the result will be none. (version 2.2, 15st February, 2020 add) Function "base_convert(before, after, num)" is used to convert the base of from to . must be a string. and must be bigger than 1 and smaller than 63.The order is 0-9,a-z,A-Z.

If there’s a new version, the descriptions of the new functions will be add into the text.

This project is created by a 12-year-old student. You can send emails to 2691475984@qq.com to contact with me.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

math22-2.2.tar.gz (1.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

math22-2.2-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file math22-2.2.tar.gz.

File metadata

  • Download URL: math22-2.2.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for math22-2.2.tar.gz
Algorithm Hash digest
SHA256 77a8eb8b572b873303f89bcc19773490c09ef7a44f7f1c826cb356b742347192
MD5 659993f3bcd3b5b6a5f8582947f8ac31
BLAKE2b-256 313ad40e7329920a65e80a3e89d99c6f234a0846f06629c16d67c48072abb365

See more details on using hashes here.

File details

Details for the file math22-2.2-py3-none-any.whl.

File metadata

  • Download URL: math22-2.2-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for math22-2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a69388c950ad41d510ce1920894a66855307bfd4fc0d4f0a72e8e8ceb08fbe9d
MD5 d2459edd53a56ab92cf40195c50aed92
BLAKE2b-256 916e34c765434cba121173b3f721e4b2b0271975034f247e940b4f821c47404e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page