Add the reals.py file that contains functions to handle reals numbers.
Example are:
- Mathematical functions such as
sin, cos, tan, arctan, binom
- Conversion from/to standard/custom types:
float, int, Fraction
- Verification if the parameters are numbers: verify if they are int, rational, etc
Add the
reals.pyfile that contains functions to handle reals numbers.Example are:
sin,cos,tan,arctan,binomfloat,int,Fraction