An open API service indexing awesome lists of open source software.

https://github.com/amatofrancesco99/calculate-factorial

This project has the aim to solve the factorial of a number
https://github.com/amatofrancesco99/calculate-factorial

assembly-language factorial math

Last synced: about 1 month ago
JSON representation

This project has the aim to solve the factorial of a number

Awesome Lists containing this project

README

          

# Calculate-Factorial
This project has the aim to solve the factorial of a number (using assembly)

***

*Math section:* https://en.wikipedia.org/wiki/Factorial

![image](https://user-images.githubusercontent.com/80333091/113706519-10e13480-96df-11eb-80b7-84248f4da8f6.png)

***