StarNumber12046 / StarMath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StarMath

Installing

to install the package do pip install https://github.com/StarNumber12046/StarMath

How to use this package**

Examples

Factorial N

import starmath
starmath.factorial(4) #number must be an int

Addition

import starmath
starmath.addition(4, 5) # you need two int

About

License:MIT License


Languages

Language:Python 100.0%