PyIncert | Pequeña librería para trabajar con propagación de errores

 by   TaconeoMental Python Version: 1.0.0 License: GPL-3.0

kandi X-RAY | PyIncert Summary

kandi X-RAY | PyIncert Summary

PyIncert is a Python library. PyIncert has no bugs, it has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has low support. You can install using 'pip install PyIncert' or download it from GitHub, PyPI.

Pequeña librería para trabajar con propagación de errores.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              PyIncert has a low active ecosystem.
              It has 5 star(s) with 0 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              PyIncert has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of PyIncert is 1.0.0

            kandi-Quality Quality

              PyIncert has no bugs reported.

            kandi-Security Security

              PyIncert has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              PyIncert is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              PyIncert releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed PyIncert and discovered the below as its top functions. This is intended to give you an instant insight into PyIncert implemented functionality, and help decide if they suit your requirements.
            • Convenience function to convert an ode los datos .
            • Return a function that exports the exportador .
            • Convenience function to convert a float to a float
            • Return the sin of the vector .
            • Cos of radians
            • Sumando centralance .
            • Read a file .
            • Rmodal receiver
            • convert degrees to degrees
            • Return True if obj is a valid number
            Get all kandi verified functions for this library.

            PyIncert Key Features

            No Key Features are available at this moment for PyIncert.

            PyIncert Examples and Code Snippets

            ,Uso
            Pythondot img1Lines of Code : 23dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            from pyincert import V
            
            voltaje = V(12, 1.3) # 12V ± 1.3
            resistencia = V(4.3e3, 16) # 4.3e3Ω ± 16
            
            # Operamos normalmente
            corriente = voltaje / resistencia
            print(corriente) # 0.0028 ± 0.0003
            
            # Otro ejemplo
            potencia = V(10e3, 24) * V(2.8e-3, 3e-4) **  
            ,Uso,Errores Relativos
            Pythondot img2Lines of Code : 11dot img2License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            from pyincert import V, ER, er
            
            r1 = V(3.3e4, ER(5)) # 3.3e4 ± 5%
            
            # De forma equivalente (y preferible)
            r2 = V(3.3e4, 5%er)
            print(r2) # 33000.0 ± 1650.0
            
            # Algunas personas me han comentado que han hecho esto:
            _ = er # Así queda más limpio visualmen  
            ,Uso,Representación
            Pythondot img3Lines of Code : 10dot img3License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            from pyincert import V, er
            import math
            
            a = V(math.pi, 23%er) # π ± 23%
            print(a) # 3.1416 ± 0.7226
            
            V.cant_dec(10) # Ahora la representación redondea los valores a los primeros 10 decimales
            V.use_unicode(False) # Ahora se usará "+/-" en vez de "±"
            
            p  

            Community Discussions

            No Community Discussions are available at this moment for PyIncert.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install PyIncert

            You can install using 'pip install PyIncert' or download it from GitHub, PyPI.
            You can use PyIncert like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install pyincert

          • CLONE
          • HTTPS

            https://github.com/TaconeoMental/PyIncert.git

          • CLI

            gh repo clone TaconeoMental/PyIncert

          • sshUrl

            git@github.com:TaconeoMental/PyIncert.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link