Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leodan52/objeto_factorial
Objeto que representa el factorial de un número entero n, escrito como n!. Se definen operaciones, como la división, para mejorar el tiempo de procesamiento.
https://github.com/leodan52/objeto_factorial
factorial-calculation math object-oriented python
Last synced: about 1 month ago
JSON representation
Objeto que representa el factorial de un número entero n, escrito como n!. Se definen operaciones, como la división, para mejorar el tiempo de procesamiento.
- Host: GitHub
- URL: https://github.com/leodan52/objeto_factorial
- Owner: leodan52
- Created: 2023-10-20T20:51:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-13T18:49:45.000Z (6 months ago)
- Last Synced: 2024-07-13T20:00:43.446Z (6 months ago)
- Topics: factorial-calculation, math, object-oriented, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Objeto_Factorial