Metadata-Version: 2.1
Name: pyoperaciones
Version: 0.1
Summary: A tool to perform mathematical operations with prime numbers.
Home-page: UNKNOWN
Author: Alvaro Millán
Author-email: amillanblas94@gmail.com
License: GNU GPLv3
Keywords: pyoperaciones mathematical operations with prime numbers
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent

Este es un ejemplo simple para calcular en Python los nÃºmeros primos entre 1 y n, donde n es un parÃ¡metro de la funciÃ³n.

Tendremos que importar nuestra funciÃ³n e introducir el valor n que se solicitarÃ¡ al compilar dicha funciÃ³n.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.


