Skip to main content

it eases maths

Project description

mathena

A python library that eases maths

Install

pip install mathena

functions

cubebroot

import mathena
print(mathena.cuberoot(27))

prime factorization

import mathena
print(mathena.prime_factorization(27))

is a perfect square

import mathena
print(mathena.is_perfect_square(4))

is a perfect cube

import mathena
print(mathena.is_perfect_cube(27))

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

mathena-1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

mathena-1.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

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