CB2325NumericaG5 0.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: CB2325NumericaG5
3
+ Version: 0.0.1
4
+ Summary: Biblioteca de cálculo numérico, contendo funcionalidades clássicas de análise numérica e recursos gráficos para visualização de resultados.
5
+ Author: Amon Vanderlei, André Oliveira, Carlos Santos, Davi Campos, Felipe Frohlich, Gabriel Dias, Lisandra Fagundes, Lucas Corazza, Lucas Oliveira, Nicole Freire
6
+ Author-email: Amon Vanderlei <al.amon.vanderlei@impatech.edu.br>, André Oliveira <al.andre.oliveira@impatech.edu.br>, Carlos Santos <al.carlos.santos@impatech.edu.br>, Davi Campos <al.davi.campos@impatech.edu.br>, Felipe Frohlich <al.felipe.frohlich@impatech.edu.br>, Gabriel Dias <al.gabriel.dias@impatech.edu.br>, Lisandra Fagundes <al.lisandra.fagundes@impatech.edu.br>, Lucas Corazza <al.lucas.corazza@impatech.edu.br>, Lucas Oliveira <al.lucas.oliveira@impatech.edu.br>, Nicole Freire <al.nicole.freire@impatech.edu.br>
7
+ License-Expression: MIT
8
+ Keywords: Cálculo numérico,Análise numérica
9
+ Classifier: Programming Language :: Python :: 3
10
+ Requires-Python: >=3.8
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+ Requires-Dist: sympy
14
+ Requires-Dist: matplotlib
15
+ Requires-Dist: numpy
16
+ Dynamic: author
17
+ Dynamic: license-file
18
+ Dynamic: requires-python
19
+
20
+ Biblioteca de cálculo numérico, contendo funcionalidades clássicas de análise numérica e recursos gráficos para visualização de resultados.
@@ -0,0 +1,12 @@
1
+ CB2325NumericaG5/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ CB2325NumericaG5/aproximacao.py,sha256=CLSA0vdHhldValV3orGAU6UucHINPbk_EJ7Upnvr0K0,10807
3
+ CB2325NumericaG5/erros.py,sha256=MwzIalqY7xLjSliGgnio59R1ufFgi2KRSCqJY1tLhCM,5309
4
+ CB2325NumericaG5/graficos_aproximacao.py,sha256=nfDltpHTLudF7m3oxb0wTvGrm_3aACcvTELl-6eR8XM,2437
5
+ CB2325NumericaG5/integracao.py,sha256=5xelvGOixH68oiH2oH6KRNYGtl6PbS0Ce1dAZytAkFk,7931
6
+ CB2325NumericaG5/interpolacao.py,sha256=iJz1r0yNFYs40S0u3YYD9_wn_jSGkGDQJhamkVcVToY,16269
7
+ CB2325NumericaG5/raizes.py,sha256=KuycW8GfXy_AXz-Arne2SLGH7WMImlvqZNXAwtymj_0,9849
8
+ cb2325numericag5-0.0.1.dist-info/licenses/LICENSE,sha256=zSP9tIgyIyWtMUllvbK5iM5q6YvZa025mhQlIp3uciU,1073
9
+ cb2325numericag5-0.0.1.dist-info/METADATA,sha256=Zmzc9LlLYg4TWzLKFFgKJr5IbOfdAvqkoWm944JKsmQ,1392
10
+ cb2325numericag5-0.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ cb2325numericag5-0.0.1.dist-info/top_level.txt,sha256=RjkR4A6_qcxZj7cuQcmjz7GAAQd5ndexFp3psVU4L4A,17
12
+ cb2325numericag5-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 CB2325NumericaG5
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ CB2325NumericaG5