New Version 0.0.1.4
New possibility, you can install the library with the following command :
py -m pip install shypan
Website PyPi : https://pypi.org/project/shypan/
Here are all the possible functions :
EncodingUser(msg, dataType)
Used to do a user encoding with verification
Example : number = EncodingUser("Please enter a number", int)
Used to perform an addition
Example : result = CalcAdd(3, 5)
Used to perform an difference
Example : result = CalcDeff(5, 2)
Used to perform an division
Example : result = CalcDiv(3, 6)
Used to perform an sinus
Example : result = CalcSin(500)
Used to perform an cosinus
Example : result = CalcCos(120)
Used to perform an square root
Example : result = CalcSqrt(200)
Used to calculate the power of the encoded number
Example : result = CalcPow(50, 3)
Used to perform an logarithm
Example : result = CalcLog(20)
Used to perform an exposant
Example : result = CalcExp(7)
Used to perform an tangent
Example : result = CalcTan(10)
Used to perform an Co-tangent
Example : result = CalcCotan(17)
Source code(tar.gz)
Source code(zip)