Skip to content

ns696/mathena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages