Kingsway to Python: math and cmath Modules


ma00.py - square root and power of floating point number

ma01.py - functions and global vars of module math

ma02.py - NaN and INF

ma03.py - numbers "e" and "pi"

ma04.py - logarithm and exponent of floating point number

ma05.py - sin, cos and tan of floating point number

ma06.py - arcsin, arccos and arctan of floating point number

ma07.py - help for math module

ma08.py - ceil(x), floor(x), trunc(x), modf(x)

ma09.py - in development ...

ma10.py - frexp(x)-return mantissa and exponent of floating point number

ma12.py - min and max

ma13.py - degrees(x) and radians(x)

ma14.py - in development ...

ma15.py - in development ...

ma16.py - hypot(x,y)

ma18.py - in development ...

ma20.py - in development ...

ma22.py - functions and global vars of module cmath

ma24.py - complex number presentation, output

ma25.py - real part and imag part of complex number, module abs

ma26.py - addition/subtraction of complex numbers

ma27.py - complex number input

ma28.py - multiplication and division of complex numbers

ma30.py - module, argument, polar presentation

ma32.py - complex number roots

ma34.py - sin, cos and tan of complex numbers

ma36.py - exp and log of complex numbers

ma38.py - In development ...