Skip to main content

No project description provided

Project description

PyMathAlgoS

1. Установка

$ pip install pymathalgos

2. Функционал

Simple arithmetic

Функция вычисления факториала:

import pymathalgos
print(pymathalgos.factorial(2))
print(pymathalgos.factorial(-1))

Результат:

1
ArithmeticError: argument value must be bigger then zero!

Геометрия

Здесь вы можете увидеть готовые функции для геометрии

Если вы хотите узнать синус от градусов, а не от радиан есть простая функция sin_d(degrees).

import pymathalgos
# These 2 lines of code are means the same thinks
print(pymathalgos.sin_r(pymathalgos.to_radians(90)))
print(pymathalgos.sin_d(90))

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

pymathalgos-0.1.9.tar.gz (1.7 kB view details)

Uploaded Source

Built Distribution

pymathalgos-0.1.9-py3-none-any.whl (1.7 kB view details)

Uploaded Python 3

File details

Details for the file pymathalgos-0.1.9.tar.gz.

File metadata

  • Download URL: pymathalgos-0.1.9.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.8.5 Windows/10

File hashes

Hashes for pymathalgos-0.1.9.tar.gz
Algorithm Hash digest
SHA256 a5751357b1968910c494b4ec00b71fb976b208583d80ffaead5614c80266bfbc
MD5 f4682e15cf260afd93618cbd6a61ba63
BLAKE2b-256 2e0aa1b6fe41bfb89ae264dfca7b64b1bc422ff00783a0065e943f74564955f2

See more details on using hashes here.

File details

Details for the file pymathalgos-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: pymathalgos-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 1.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.8.5 Windows/10

File hashes

Hashes for pymathalgos-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 7da0b8f681d65778a7808892f87005e38049afdd863e3b4669f6acbbcc464e22
MD5 7bcb2ccb4e67d44dcf0966c5edd2257e
BLAKE2b-256 c919907295579828c877a96f558c0cd913a1481f9f9b83d2cac0251854e3bba6

See more details on using hashes here.

Supported by

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