Metadata-Version: 2.1
Name: Tewl-vn
Version: 0.1
Summary: Create From Void
Home-page: https://github.com/pypa/sampleproject
Author: the Void
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# to use TewL is very easy

    <p>1. first shapes:</p>
        the shapes for example trngle:
            is law for tirangle vatghours a^2 + B^2 = C^
            imposed to use the function bases.shapes.trangle(3,4,0)=
            in function a^2 +b^2 =C^2 , 3^2+ 4^2 = C^2 , 9 + 16 = C^2 , 25 = C^2, root(25) = root(C^2),5.0=C
        the shapes for example square_face()or square_around():
            is law for square_face = x * y
            or
            is law for square_around= a+b+c+e
            for example
            square_face(5,3) = x*y = 5*3 = 15 
            or
            square_around(1,2,3,4) = a+b+c+e = 1+2+3+4 = 12
        the shapes for example cericle_tall or cericle_around:
            to use cericle_tall:
                just type bases.shapes.cericle_tall()
            or
            
            to use cericle_around:
                just type bases.shapes.cericle_around()
            for exmaple:
                bases.shapes.cericle_tall(1) = b * pi = 3.14
                or
                bases.shapes.cericle_around(1) = pi *b = 3.14
        
    2.second class dvi:
        1.sqr() or one_to_infite():
            to use sqr or one_to_infite function just use 
                bases.dvi.sqr(5) or
                bases.dvi.one_to_infite(5,3)
                sqr(5) = 25
                one_to_infite(5,3) = 125


        2.root() or cube_root():
            the dvi example root() or cube_root() function to use bases.dvi.root(1) = root for 1 * 1 =1
            for use bases.dvi.cube_root(1) = 1*1*1 =1
        
        3.abst():
            to use abst() just use bases.dvi.abst() for exmplae:
                bases.dvi.abst(1.4) = 1 
                or
                bases.dvi.abst(1.9) = 2 
